HttpSelfHostConfiguration.ClientCredentialType Property

 

Gets or sets the client credential type that the server expects.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

Syntax

public HttpClientCredentialType ClientCredentialType { get; set; }
public:
property HttpClientCredentialType ClientCredentialType {
    HttpClientCredentialType get();
    void set(HttpClientCredentialType value);
}
member ClientCredentialType : HttpClientCredentialType with get, set
Public Property ClientCredentialType As HttpClientCredentialType

Property Value

Type: System.ServiceModel.HttpClientCredentialType

A HttpClientCredentialType value that specifies the credential type.

See Also

HttpSelfHostConfiguration Class
System.Web.Http.SelfHost Namespace

Return to top