HttpTransportSecurity.ProxyCredentialType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of client credential to be used for authentication against the proxy.
public:
property System::ServiceModel::HttpProxyCredentialType ProxyCredentialType { System::ServiceModel::HttpProxyCredentialType get(); void set(System::ServiceModel::HttpProxyCredentialType value); };
public System.ServiceModel.HttpProxyCredentialType ProxyCredentialType { get; set; }
member this.ProxyCredentialType : System.ServiceModel.HttpProxyCredentialType with get, set
Public Property ProxyCredentialType As HttpProxyCredentialType
Property Value
One of the enumeration values that indicates the type of client credential to be used for authentication against the proxy.
Exceptions
Setting the property to an undefined value.
Remarks
The return value can be one of the following enumeration members:
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.