RequestOptions Class |
Namespace: Hummingbird.TestFramework.Services
The RequestOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | RequestOptions |
Initializes a new instance of the RequestOptions class.
|
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.
|
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) |
![]() | ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |