HttpTransportSecurityElement.ProxyCredentialType 속성

정의

프록시에 대한 인증에 사용되는 클라이언트 자격 증명 형식을 가져오거나 설정합니다.

public:
 property System::ServiceModel::HttpProxyCredentialType ProxyCredentialType { System::ServiceModel::HttpProxyCredentialType get(); void set(System::ServiceModel::HttpProxyCredentialType value); };
[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

속성 값

HttpProxyCredentialType

프록시에 대한 인증에 사용되는 클라이언트 자격 증명의 형식입니다.

특성

적용 대상