WebResponse 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 WebResponse 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.
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.
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.
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.
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.

Top