RequestOptions Properties |
The RequestOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthenticationMode |
Gets or sets the authentication mode used to send request.
| |
| Credential |
The name of the profile used by UserName/Password based authentication.
Or, None for Anonymous
| |
| HttpHeaders |
Gets or sets the custom HTTP headers to be sent.
| |
| Password |
Gets or sets the Password of the authentication if user do not want to use the Credential from the Profile | |
| ProxyMode |
Gets or sets the proxy settings. When System is used, The service will try to use default proxy settings used by the system.
| |
| Token |
Gets or sets the Token used for HTTP Bearer authentication if user do not want to use the Credential from the Profile | |
| UseMToM |
Gets or sets a value indicating whether to send the request in MTOM format.
| |
| UsePreemptiveAuthentication |
Gets or sets a value indicating whether Preemptive authentication is used.
| |
| Username |
Gets or sets the Username of the authentication if user do not want to use the Credential from the Profile | |
| UseSoap12 |
Gets or sets a value indicating whether use Soap 1.2 .
| |
| X509Certificate |
The certificate profile used by Certificate based authentication.
|