HttpRelayTransportSecurity.ProxyCredentialType Property

Definition

Gets or sets the type of client credential to be used for authentication against the proxy.

public System.ServiceModel.HttpProxyCredentialType ProxyCredentialType { get; set; }
member this.ProxyCredentialType : System.ServiceModel.HttpProxyCredentialType with get, set
Public Property ProxyCredentialType As HttpProxyCredentialType

Property Value

Returns a HttpProxyCredentialType that contains the client credential.

Exceptions

Setting the property to an undefined value.

Applies to