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






Gets and set the amount of time during which server will allow connection to stay idle before terminating it.
Syntax
public System.TimeSpan IdleTimeout {get; set;}
public read-write property IdleTimeout: System.TimeSpan; 
public function get,set IdleTimeout : System.TimeSpan
public: __property System.TimeSpan get_IdleTimeout();
public: __property void set_IdleTimeout( 
   System.TimeSpan value
);
public:
property System.TimeSpan IdleTimeout {
   System.TimeSpan get();
   void set (    System.TimeSpan value);
}
'Declaration
 
Public Property IdleTimeout As System.TimeSpan
 
'Usage
 
Dim instance As SoapTcpTransportBindingElement
Dim value As System.TimeSpan
 
instance.IdleTimeout = value
 
value = instance.IdleTimeout
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