WCF-Xtensions Class Reference for Mono
PortSharing Property (LiteHttpTransportBindingElement)






Gets and sets whether the port sharing infrastructure should be used in order to share the IP endpoint across processes exposing HTTP/WebSocketv endpoints on the same computer.
Syntax
'Declaration
 
Public Property PortSharing As System.Boolean
'Usage
 
Dim instance As LiteHttpTransportBindingElement
Dim value As System.Boolean
 
instance.PortSharing = value
 
value = instance.PortSharing
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);
}
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

LiteHttpTransportBindingElement Class
LiteHttpTransportBindingElement Members

Send Feedback