WCF-Xtensions Class Reference for Mono
AuthenticationScheme Property (WcfXTransportSettings)






Gets and sets the authentication scheme to be used by the transport.
Syntax
'Declaration
 
Public Property AuthenticationScheme As System.Net.AuthenticationSchemes
'Usage
 
Dim instance As WcfXTransportSettings
Dim value As System.Net.AuthenticationSchemes
 
instance.AuthenticationScheme = value
 
value = instance.AuthenticationScheme
public System.Net.AuthenticationSchemes AuthenticationScheme {get; set;}
public read-write property AuthenticationScheme: System.Net.AuthenticationSchemes; 
public function get,set AuthenticationScheme : System.Net.AuthenticationSchemes
public: __property System.Net.AuthenticationSchemes get_AuthenticationScheme();
public: __property void set_AuthenticationScheme( 
   System.Net.AuthenticationSchemes value
);
public:
property System.Net.AuthenticationSchemes AuthenticationScheme {
   System.Net.AuthenticationSchemes get();
   void set (    System.Net.AuthenticationSchemes value);
}
Remarks
This property applies only to the cases when Transport is set to LiteHttp.
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

WcfXTransportSettings Class
WcfXTransportSettings Members

Send Feedback