Provides an OBEX implementation of the WebResponse class.
| C# | Visual Basic |
public class ObexWebResponse : WebResponse
Public Class ObexWebResponse _ Inherits WebResponse
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Close()()() |
Frees the resources held by the response.
(Overrides WebResponse.Close()()().) | |
| ContentLength | ||
| ContentType | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetResponseStream()()() |
Gets the stream used to read the body of the response from the server.
(Overrides WebResponse.GetResponseStream()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Headers |
Gets the headers associated with this response from the server.
(Overrides WebResponse.Headers.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResponseUri | When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. (Inherited from WebResponse.) | |
| StatusCode |
Returns a status code to indicate the outcome of the request.
| |
| ToString()()() | (Inherited from Object.) | |
| WriteFile(String) |
Writes the contents of the response to the specified file path.
|
| Object | |||
| MarshalByRefObject | |||
| WebResponse | |||
| ObexWebResponse | |||