Click or drag to resize

ObexWebResponse Properties

The ObexWebResponse type exposes the following members.

Properties
  NameDescription
Public propertyContentLength (Overrides WebResponseContentLength.)
Public propertyContentType (Overrides WebResponseContentType.)
Public propertyHeaders (Overrides WebResponseHeaders.)
Public propertyIsFromCache
Gets a Boolean value that indicates whether this response was obtained from the cache.
(Inherited from WebResponse.)
Public propertyIsMutuallyAuthenticated
Gets a Boolean value that indicates whether mutual authentication occurred.
(Inherited from WebResponse.)
Public propertyResponseUri
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.
(Inherited from WebResponse.)
Public propertyStatusCode
Public propertySupportsHeaders
Gets a value that indicates if headers are supported.
(Inherited from WebResponse.)
Top
See Also