WCF-Xtensions Class Reference for Mono
KeepAliveEnabled Property (HttpsViaProxyTransportBindingElement)






Syntax
[System.ComponentModel.DefaultValue()]
public System.bool KeepAliveEnabled {get; set;}
public read-write property KeepAliveEnabled: System.Boolean; 
System.ComponentModel.DefaultValueAttribute()
public function get,set KeepAliveEnabled : System.boolean
[System.ComponentModel.DefaultValue()]
public: __property System.bool get_KeepAliveEnabled();
public: __property void set_KeepAliveEnabled( 
   System.bool value
);
[System.ComponentModel.DefaultValue()]
public:
property System.bool KeepAliveEnabled {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property KeepAliveEnabled As System.Boolean
 
'Usage
 
Dim instance As HttpsViaProxyTransportBindingElement
Dim value As System.Boolean
 
instance.KeepAliveEnabled = value
 
value = instance.KeepAliveEnabled
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

HttpsViaProxyTransportBindingElement Class
HttpsViaProxyTransportBindingElement Members

Send Feedback