ObexWebResponse Class

Provides an OBEX implementation of the WebResponse class.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public class ObexWebResponse : WebResponse
Inheritance
WebResponse    ObexWebResponse

Properties

ContentLength Gets the length of the content returned by the request.
ContentType Gets the content type of the response.
Headers Gets the headers associated with this response from the server.
StatusCode Returns a status code to indicate the outcome of the request.

Methods

Close Frees the resources held by the response.
GetResponseStream Gets the stream used to read the body of the response from the server.

See Also