The members of System.Net.WebResponse are listed below.
See Also: Inherited members from System.MarshalByRefObject
Initializes a new instance of the System.Net.WebResponse class. | ||
Initializes a new instance of the System.Net.WebResponse class from the specified instances of the System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext classes. |
ContentLength | long.
When overridden in a descendant class, gets or sets the content length of data being received. | |
ContentType | string.
When overridden in a derived class, gets or sets the content type of the data being received. | |
[read-only] | Headers | WebHeaderCollection.
When overridden in a derived class, gets a collection of header name-value pairs associated with this request. |
[read-only] | IsFromCache | bool.
Gets a bool value that indicates whether this response was obtained from the cache. |
[read-only] | IsMutuallyAuthenticated | bool.
Gets a bool value that indicates whether mutual authentication occurred. |
[read-only] | ResponseUri | Uri.
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. |
[read-only] | SupportsHeaders | bool.
Gets a value that indicates if headers are supported. |
Close()
| ||
Dispose()
| ||
GetResponseStream()
|
Dispose(bool)
| ||
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
IDisposable.Dispose |
When overridden in a derived class, releases all resources used by the System.Net.WebResponse. | |
System.Runtime.Serialization.ISerializable.GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo instance with the data that is needed to serialize System.Net.WebResponse. |