System.Net.FileWebResponse Members

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

See Also: Inherited members from System.Net.WebResponse

Protected Constructors

Public Properties

[read-only]
override
ContentLengthlong.

Gets the length of the content in the file system resource.

[read-only]
override
ContentTypestring.

Gets the content type of the file system resource.

[read-only]
override
HeadersWebHeaderCollection.

Gets a collection of header name/value pairs associated with the response.

[read-only]
override
ResponseUriUri.

Gets the URI of the file system resource that provided the response.

Public Methods

override
Close()

Closes the response stream.

Finalize()
Documentation for this section has not yet been entered.
override
GetResponseStream() : System.IO.Stream

Returns the data stream from the file system resource.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Net.FileWebResponse and optionally releases the managed resources.

override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

Explicitly Implemented Interface Members