System.Net.FileWebRequest Members

The members of System.Net.FileWebRequest are listed below.

See Also: Inherited members from System.Net.WebRequest

Protected Constructors

Public Properties

override
ConnectionGroupNamestring.

Gets or sets the name of the connection group for the request. This property is reserved for future use.

override
ContentLengthlong.

Gets or sets the content length of the data being sent.

override
ContentTypestring.

Gets or sets the content type of the data being sent. This property is reserved for future use.

override
CredentialsICredentials.

Gets or sets the credentials that are associated with this request. This property is reserved for future use.

[read-only]
override
HeadersWebHeaderCollection.

Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use.

override
Methodstring.

Gets or sets the protocol method used for the request. This property is reserved for future use.

override
PreAuthenticatebool.

Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use.

override
ProxyIWebProxy.

Gets or sets the network proxy to use for this request. This property is reserved for future use.

[read-only]
override
RequestUriUri.

Gets the Uniform Resource Identifier (URI) of the request.

override
Timeoutint.

Gets or sets the length of time until the request times out.

override
UseDefaultCredentialsbool.

Always throws a NotSupportedException.

Public Methods

override
Abort()

Cancels a request to an Internet resource.

override
BeginGetRequestStream(AsyncCallback, object) : IAsyncResult

Begins an asynchronous request for a System.IO.Stream object to use to write data.

override
BeginGetResponse(AsyncCallback, object) : IAsyncResult

Begins an asynchronous request for a file system resource.

override
EndGetRequestStream(IAsyncResult) : System.IO.Stream

Ends an asynchronous request for a System.IO.Stream instance that the application uses to write data.

override
EndGetResponse(IAsyncResult) : WebResponse

Ends an asynchronous request for a file system resource.

override
GetRequestStream() : System.IO.Stream

Returns a System.IO.Stream object for writing data to the file system resource.

override
GetResponse() : WebResponse

Returns a response to a file system request.

Protected Methods

Explicitly Implemented Interface Members