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 |
Gets the length of the content returned by the request.
(Overrides WebResponse.ContentLength.) | |
| ContentType |
Gets the content type of the response.
(Overrides WebResponse.ContentType.) | |
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| 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.
(Inherited from Object.) | |
| GetLifetimeService()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data that is needed to serialize the target object.
(Inherited from WebResponse.) | |
| 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.) | |
| InitializeLifetimeService()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| IsFromCache |
Gets a Boolean value that indicates whether this response was obtained from the cache.
(Inherited from WebResponse.) | |
| IsMutuallyAuthenticated |
Gets a Boolean value that indicates whether mutual authentication occurred.
(Inherited from WebResponse.) | |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| 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) | Obsolete.
Writes the contents of the response to the specified file path.
|
| Object | |||
| MarshalByRefObject | |||
| WebResponse | |||
| ObexWebResponse | |||