WCF-Xtensions Class Reference for .NET
ConnectionPooling Property (SoapTcpTransportBindingElement)






Enables and disables connection pooling.
Syntax
public System.bool ConnectionPooling {get; set;}
public read-write property ConnectionPooling: System.Boolean; 
public function get,set ConnectionPooling : System.boolean
public: __property System.bool get_ConnectionPooling();
public: __property void set_ConnectionPooling( 
   System.bool value
);
public:
property System.bool ConnectionPooling {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property ConnectionPooling As System.Boolean
 
'Usage
 
Dim instance As SoapTcpTransportBindingElement
Dim value As System.Boolean
 
instance.ConnectionPooling = value
 
value = instance.ConnectionPooling

Property Value

If true outgoing connections are going to be pooled in connection pool and reused when client reconnects back to the same endpoint.
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

SoapTcpTransportBindingElement Class
SoapTcpTransportBindingElement Members

Send Feedback