Click or drag to resize

RequestOptions Class

Options used to send the request
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ServicesRequestOptions

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public class RequestOptions

The RequestOptions type exposes the following members.

Constructors
  NameDescription
Public methodRequestOptions
Initializes a new instance of the RequestOptions class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also