Share via


HttpRelayTransportSecurityElement.ProxyCredentialType Property

Definition

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

[System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)]
public System.ServiceModel.HttpProxyCredentialType ProxyCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)>]
member this.ProxyCredentialType : System.ServiceModel.HttpProxyCredentialType with get, set
Public Property ProxyCredentialType As HttpProxyCredentialType

Property Value

Returns a HttpProxyCredentialType that contains the proxy type.

Attributes

Applies to