WCF-Xtensions Class Reference for Mono
Security Property (WebSocketTransportElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="security", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Protected Property Security As TransportSecurityElement
'Usage
 
Dim instance As WebSocketTransportElement
Dim value As TransportSecurityElement
 
instance.Security = value
 
value = instance.Security
[System.Configuration.ConfigurationProperty(Name="security", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected TransportSecurityElement Security {get; set;}
protected read-write property Security: TransportSecurityElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="security", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
protected function get,set Security : TransportSecurityElement
[System.Configuration.ConfigurationProperty(Name="security", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected: __property TransportSecurityElement* get_Security();
protected: __property void set_Security( 
   TransportSecurityElement* value
);
[System.Configuration.ConfigurationProperty(Name="security", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected:
property TransportSecurityElement^ Security {
   TransportSecurityElement^ get();
   void set (    TransportSecurityElement^ value);
}
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

WebSocketTransportElement Class
WebSocketTransportElement Members

Send Feedback