Click or drag to resize

ObexWebRequest Properties

The ObexWebRequest type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationLevel
Gets or sets values indicating the level of authentication and impersonation used for this request.
(Inherited from WebRequest.)
Public propertyCachePolicy
Gets or sets the cache policy for this request.
(Inherited from WebRequest.)
Public propertyConnectionGroupName
When overridden in a descendant class, gets or sets the name of the connection group for the request.
(Inherited from WebRequest.)
Public propertyContentLength (Overrides WebRequestContentLength.)
Public propertyContentType (Overrides WebRequestContentType.)
Public propertyCredentials
When overridden in a descendant class, gets or sets the network credentials used for authenticating the request with the Internet resource.
(Inherited from WebRequest.)
Public propertyHeaders (Overrides WebRequestHeaders.)
Public propertyImpersonationLevel
Gets or sets the impersonation level for the current request.
(Inherited from WebRequest.)
Public propertyMethod (Overrides WebRequestMethod.)
Public propertyPreAuthenticate
When overridden in a descendant class, indicates whether to pre-authenticate the request.
(Inherited from WebRequest.)
Public propertyProxy (Overrides WebRequestProxy.)
Public propertyRequestUri (Overrides WebRequestRequestUri.)
Public propertyTimeout (Overrides WebRequestTimeout.)
Public propertyUseDefaultCredentials
When overridden in a descendant class, gets or sets a Boolean value that controls whether DefaultCredentials are sent with requests.
(Inherited from WebRequest.)
Top
See Also