Mono Class Library: OverviewSystem.Net.WebRequest: Members |
The members of System.Net.WebRequest are listed below.
See Also: Inherited members from System.MarshalByRefObject
Constructs a new instance of the System.Net.WebRequest class. Documentation for this section has not yet been entered.
AuthenticationLevel System.Net.Security.AuthenticationLevel. Documentation for this section has not yet been entered. CachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. ConnectionGroupName string. Gets or sets the name of the connection group for the current instance. ContentLength long. Gets or sets the content length of the request data being sent. ContentType string. Gets or sets the content type of the request data being sent. Credentials ICredentials. Gets or sets the credentials used for authenticating the client using the current instance. staticDefaultCachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. staticDefaultWebProxy IWebProxy. Documentation for this section has not yet been entered. Headers WebHeaderCollection. Gets or sets the collection of header name/value pairs associated with the request. ImpersonationLevel System.Security.Principal.TokenImpersonationLevel. Documentation for this section has not yet been entered. Method string. Gets or sets the protocol method to use in the current instance. PreAuthenticate bool. Gets or sets a bool value that determines whether to send authentication information with the current request instead of waiting for an authentication challenge from the requested resource. Proxy IWebProxy. Gets or sets the network proxy to use to access resources. [read-only] RequestUri Uri. Gets the Uri of the resource associated with the current instance. Timeout int. Gets or sets the length of time before requests for resources time out. UseDefaultCredentials bool. Documentation for this section has not yet been entered.
Abort() Attempts to cancel an asynchronous request made by the current instance to access a resource.BeginGetRequestStream(AsyncCallback, object) : IAsyncResult Begins an asynchronous request for a stream in which to write data to be sent in the current request.BeginGetResponse(AsyncCallback, object) : IAsyncResult Begins sending the current request asynchronously. staticCreate(string) : WebRequest Constructs a new instance of a class derived from System.Net.WebRequest. The new instance is of the type registered for the scheme of the specified URI. staticCreate(Uri) : WebRequest Constructs a new instance of a class derived from System.Net.WebRequest. staticCreateDefault(Uri) : WebRequest Constructs a new instance of a class derived from System.Net.WebRequest. The new instance is of the type registered for the scheme of the specified URI.EndGetRequestStream(IAsyncResult) : System.IO.Stream Returns a System.IO.Stream for writing data to the resource identified by the WebRequest.RequestUri property of the current instance.EndGetResponse(IAsyncResult) : WebResponse Returns a System.Net.WebResponse that contains a response to a specified pending request.GetRequestStream() : System.IO.Stream Returns a System.IO.Stream for writing data to a resource.GetResponse() : WebResponse Returns a response to a request. staticGetSystemWebProxy() : IWebProxy Documentation for this section has not yet been entered. staticRegisterPrefix(string, IWebRequestCreate) : bool Registers a type derived from System.Net.WebRequest, and associates the type with the specified URI.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered.
System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered.