HttpTransportSecurity.ShouldSerializeProxyCredentialType Method

Definition

Returns a value that indicates whether the ProxyCredentialType property has changed from its default value and should be serialized. Used by WCF for XAML integration.

public:
 bool ShouldSerializeProxyCredentialType();
public bool ShouldSerializeProxyCredentialType ();
member this.ShouldSerializeProxyCredentialType : unit -> bool
Public Function ShouldSerializeProxyCredentialType () As Boolean

Returns

true if the ProxyCredentialType property value should be serialized; otherwise, false.

Applies to