RequestOptionsAuthenticationMode Property |
Gets or sets the authentication mode used to send request.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public AuthenticationModes AuthenticationMode { get; set; }
<DataMemberAttribute>
Public Property AuthenticationMode As AuthenticationModes
Get
Set
public:
[DataMemberAttribute]
property AuthenticationModes AuthenticationMode {
AuthenticationModes get ();
void set (AuthenticationModes value);
}
[<DataMemberAttribute>]
member AuthenticationMode : AuthenticationModes with get, set
Property Value
Type:
AuthenticationModes
The authentication mode. If Authentication mode is
Basic,
Digest or
UserName or
Bearer,
user could either choose an credential from the profile, or to use the credential specified in
Username,
Password or
TokenSee Also