WCF-Xtensions Class Reference for .NET
AuthenticationScheme Property (HttpsViaProxyTransportBindingElement)






Syntax
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public System.Net.AuthenticationSchemes AuthenticationScheme {get; set;}
public read-write property AuthenticationScheme: System.Net.AuthenticationSchemes; 
__DynamicallyInvokableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set AuthenticationScheme : System.Net.AuthenticationSchemes
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public: __property System.Net.AuthenticationSchemes get_AuthenticationScheme();
public: __property void set_AuthenticationScheme( 
   System.Net.AuthenticationSchemes value
);
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public:
property System.Net.AuthenticationSchemes AuthenticationScheme {
   System.Net.AuthenticationSchemes get();
   void set (    System.Net.AuthenticationSchemes value);
}
'Declaration
 
<__DynamicallyInvokableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property AuthenticationScheme As System.Net.AuthenticationSchemes
 
'Usage
 
Dim instance As HttpsViaProxyTransportBindingElement
Dim value As System.Net.AuthenticationSchemes
 
instance.AuthenticationScheme = value
 
value = instance.AuthenticationScheme
Requirements

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

See Also

Reference

HttpsViaProxyTransportBindingElement Class
HttpsViaProxyTransportBindingElement Members

Send Feedback