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






Gets and sets whether the port sharing infrastructure should be used in order to share the IP endpoint across processes exposing WebSocket endpoints on the same computer.
Syntax
public System.bool PortSharing {get; set;}
public read-write property PortSharing: System.Boolean; 
public function get,set PortSharing : System.boolean
public: __property System.bool get_PortSharing();
public: __property void set_PortSharing( 
   System.bool value
);
public:
property System.bool PortSharing {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property PortSharing As System.Boolean
 
'Usage
 
Dim instance As WebSocketTransportBindingElement
Dim value As System.Boolean
 
instance.PortSharing = value
 
value = instance.PortSharing
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