WCF-Xtensions Class Reference for Mono
ConnectionPooling Property (SoapTcpTransportElement)






Enables and disables the connection pooling on the client side.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="connectionPooling", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property ConnectionPooling As System.Boolean
'Usage
 
Dim instance As SoapTcpTransportElement
Dim value As System.Boolean
 
instance.ConnectionPooling = value
 
value = instance.ConnectionPooling
[System.Configuration.ConfigurationProperty(Name="connectionPooling", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.bool ConnectionPooling {get; set;}
public read-write property ConnectionPooling: System.Boolean; 
System.Configuration.ConfigurationPropertyAttribute(Name="connectionPooling", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ConnectionPooling : System.boolean
[System.Configuration.ConfigurationProperty(Name="connectionPooling", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.bool get_ConnectionPooling();
public: __property void set_ConnectionPooling( 
   System.bool value
);
[System.Configuration.ConfigurationProperty(Name="connectionPooling", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.bool ConnectionPooling {
   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

SoapTcpTransportElement Class
SoapTcpTransportElement Members

Send Feedback