ObexWebResponse Class
Provides an OBEX implementation of the
WebResponse class.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public class ObexWebResponse : WebResponse
Public Class ObexWebResponse
Inherits WebResponse
public ref class ObexWebResponse : public WebResponse
type ObexWebResponse =
class
inherit WebResponse
end
- Inheritance
- WebResponse ObexWebResponse
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.
|
Close |
Frees the resources held by the response.
|
GetResponseStream |
Gets the stream used to read the body of the response from the server.
|