ObexWebRequest Class |
Namespace: InTheHand.Net
public class ObexWebRequest : WebRequest
The ObexWebRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ObexWebRequest(Uri) | |
![]() | ObexWebRequest(Uri, Stream) | |
![]() | ObexWebRequest(BluetoothAddress, String) | |
![]() | ObexWebRequest(String, BluetoothAddress, String) |
Name | Description | |
---|---|---|
![]() | AuthenticationLevel | Gets or sets values indicating the level of authentication and impersonation used for this request. (Inherited from WebRequest.) |
![]() | CachePolicy | Gets or sets the cache policy for this request. (Inherited from WebRequest.) |
![]() | ConnectionGroupName | When overridden in a descendant class, gets or sets the name of the connection group for the request. (Inherited from WebRequest.) |
![]() | ContentLength | (Overrides WebRequestContentLength.) |
![]() | ContentType | (Overrides WebRequestContentType.) |
![]() | Credentials | When overridden in a descendant class, gets or sets the network credentials used for authenticating the request with the Internet resource. (Inherited from WebRequest.) |
![]() | Headers | (Overrides WebRequestHeaders.) |
![]() | ImpersonationLevel | Gets or sets the impersonation level for the current request. (Inherited from WebRequest.) |
![]() | Method | (Overrides WebRequestMethod.) |
![]() | PreAuthenticate | When overridden in a descendant class, indicates whether to pre-authenticate the request. (Inherited from WebRequest.) |
![]() | Proxy | (Overrides WebRequestProxy.) |
![]() | RequestUri | (Overrides WebRequestRequestUri.) |
![]() | Timeout | (Overrides WebRequestTimeout.) |
![]() | UseDefaultCredentials | When overridden in a descendant class, gets or sets a Boolean value that controls whether DefaultCredentials are sent with requests. (Inherited from WebRequest.) |
Name | Description | |
---|---|---|
![]() | Abort | Aborts the Request (Inherited from WebRequest.) |
![]() | BeginGetRequestStream | When overridden in a descendant class, provides an asynchronous version of the GetRequestStream method. (Inherited from WebRequest.) |
![]() | BeginGetResponse | (Overrides WebRequestBeginGetResponse(AsyncCallback, Object).) |
![]() | 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.) |
![]() | EndGetRequestStream | When overridden in a descendant class, returns a Stream for writing data to the Internet resource. (Inherited from WebRequest.) |
![]() | EndGetResponse | (Overrides WebRequestEndGetResponse(IAsyncResult).) |
![]() | 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 needed to serialize the target object. (Inherited from WebRequest.) |
![]() | GetRequestStream | (Overrides WebRequestGetRequestStream.) |
![]() | GetRequestStreamAsync | When overridden in a descendant class, returns a Stream for writing data to the Internet resource as an asynchronous operation. (Inherited from WebRequest.) |
![]() | GetResponse | (Overrides WebRequestGetResponse.) |
![]() | GetResponseAsync | When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation. (Inherited from WebRequest.) |
![]() | 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.) |
![]() | ReadFile | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |