HttpWebResponse Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The HttpWebResponse type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone ContentLength When overridden in a descendant class, gets or sets the content length of data being received. (Inherited from WebResponse.)

In Silverlight for Windows Phone, this member is overridden by ContentLength.

In XNA Framework, this member is overridden by ContentLength.
Public propertySupported by Silverlight for Windows Phone ContentType When overridden in a derived class, gets or sets the content type of the data being received. (Inherited from WebResponse.)

In Silverlight for Windows Phone, this member is overridden by ContentType.

In XNA Framework, this member is overridden by ContentType.
Public propertySupported by Silverlight for Windows Phone Cookies Gets the cookies used to persist state information for the HTTP response.
Public propertySupported by Silverlight for Windows Phone Headers When overridden in a derived class, gets a collection of header name-value pairs associated with this request. (Inherited from WebResponse.)

In Silverlight for Windows Phone, this member is overridden by Headers.

In XNA Framework, this member is overridden by Headers.
Public propertySupported by Silverlight for Windows Phone Method Gets the method that is used to return the response.
Public propertySupported by Silverlight for Windows Phone ResponseUri When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. (Inherited from WebResponse.)

In Silverlight for Windows Phone, this member is overridden by ResponseUri.

In XNA Framework, this member is overridden by ResponseUri.
Public propertySupported by Silverlight for Windows Phone StatusCode Gets the status of the response.
Public propertySupported by Silverlight for Windows Phone StatusDescription Gets the status description returned with the response.
Public propertySupported by Silverlight for Windows Phone SupportsHeaders Gets a value that indicates whether the Headers property is supported by the descendant class for the WebResponse instance. (Inherited from WebResponse.)

Top