Click or drag to resize

RequestOptions Properties

The RequestOptions type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationMode
Gets or sets the authentication mode used to send request.
Public propertyCredential
The name of the profile used by UserName/Password based authentication. Or, None for Anonymous
Public propertyHttpHeaders
Gets or sets the custom HTTP headers to be sent.
Public propertyPassword
Gets or sets the Password of the authentication if user do not want to use the Credential from the Profile
Public propertyProxyMode
Gets or sets the proxy settings. When System is used, The service will try to use default proxy settings used by the system.
Public propertyToken
Gets or sets the Token used for HTTP Bearer authentication if user do not want to use the Credential from the Profile
Public propertyUseMToM
Gets or sets a value indicating whether to send the request in MTOM format.
Public propertyUsePreemptiveAuthentication
Gets or sets a value indicating whether Preemptive authentication is used.
Public propertyUsername
Gets or sets the Username of the authentication if user do not want to use the Credential from the Profile
Public propertyUseSoap12
Gets or sets a value indicating whether use Soap 1.2 .
Public propertyX509Certificate
The certificate profile used by Certificate based authentication.
Top
See Also