ObexWebResponse Class |
Namespace: InTheHand.Net
public class ObexWebResponse : WebResponse
The ObexWebResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentLength | (Overrides WebResponseContentLength.) |
![]() | ContentType | (Overrides WebResponseContentType.) |
![]() | Headers | (Overrides WebResponseHeaders.) |
![]() | 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.) |
![]() | ResponseUri | When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. (Inherited from WebResponse.) |
![]() | StatusCode | |
![]() | SupportsHeaders | Gets a value that indicates if headers are supported. (Inherited from WebResponse.) |
Name | Description | |
---|---|---|
![]() | Close | (Overrides WebResponseClose.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases the unmanaged resources used by the WebResponse object. (Inherited from WebResponse.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the WebResponse object, and optionally disposes of the managed resources. (Inherited from WebResponse.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetObjectData | Populates a SerializationInfo with the data that is needed to serialize the target object. (Inherited from WebResponse.) |
![]() | GetResponseStream | (Overrides WebResponseGetResponseStream.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteFile | Obsolete. |