Noemax.WCFX Namespace > WcfXTransportSettings Class : ProxyAuthenticationScheme Property |
'Declaration Public Property ProxyAuthenticationScheme As System.Net.AuthenticationSchemes
'Usage Dim instance As WcfXTransportSettings Dim value As System.Net.AuthenticationSchemes instance.ProxyAuthenticationScheme = value value = instance.ProxyAuthenticationScheme
public System.Net.AuthenticationSchemes ProxyAuthenticationScheme {get; set;}
public read-write property ProxyAuthenticationScheme: System.Net.AuthenticationSchemes;
public function get,set ProxyAuthenticationScheme : System.Net.AuthenticationSchemes
ClientCredentials
will be used to authenticate with a proxy, rather than target endpoint.
The default is Anonymous.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2