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






Syntax
public System.TimeSpan KeepaliveResponseThrottlingInterval {get; set;}
public read-write property KeepaliveResponseThrottlingInterval: System.TimeSpan; 
public function get,set KeepaliveResponseThrottlingInterval : System.TimeSpan
public: __property System.TimeSpan get_KeepaliveResponseThrottlingInterval();
public: __property void set_KeepaliveResponseThrottlingInterval( 
   System.TimeSpan value
);
public:
property System.TimeSpan KeepaliveResponseThrottlingInterval {
   System.TimeSpan get();
   void set (    System.TimeSpan value);
}
'Declaration
 
Public Property KeepaliveResponseThrottlingInterval As System.TimeSpan
 
'Usage
 
Dim instance As WebSocketTransportBindingElement
Dim value As System.TimeSpan
 
instance.KeepaliveResponseThrottlingInterval = value
 
value = instance.KeepaliveResponseThrottlingInterval
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