WCF-Xtensions Class Reference for .NET
Security Property (WebSocketTransportBindingElement)






Gets and sets the security settings to be used by a transport channel.
Syntax
public TransportSecuritySettings Security {get; set;}
public read-write property Security: TransportSecuritySettings; 
public function get,set Security : TransportSecuritySettings
public: __property TransportSecuritySettings* get_Security();
public: __property void set_Security( 
   TransportSecuritySettings* value
);
public:
property TransportSecuritySettings^ Security {
   TransportSecuritySettings^ get();
   void set (    TransportSecuritySettings^ value);
}
'Declaration
 
Public Property Security As TransportSecuritySettings
 
'Usage
 
Dim instance As WebSocketTransportBindingElement
Dim value As TransportSecuritySettings
 
instance.Security = value
 
value = instance.Security
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

WebSocketTransportBindingElement Class
WebSocketTransportBindingElement Members

Send Feedback