WCF-Xtensions Class Reference for .NET
OpenTimeout Property (SmartHttpBinding)






Syntax
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public System.TimeSpan OpenTimeout {get; set;}
public read-write property OpenTimeout: System.TimeSpan; 
__DynamicallyInvokableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set OpenTimeout : System.TimeSpan
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public: __property System.TimeSpan get_OpenTimeout();
public: __property void set_OpenTimeout( 
   System.TimeSpan value
);
[__DynamicallyInvokable()]
[System.ComponentModel.DefaultValue()]
public:
property System.TimeSpan OpenTimeout {
   System.TimeSpan get();
   void set (    System.TimeSpan value);
}
'Declaration
 
<__DynamicallyInvokableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property OpenTimeout As System.TimeSpan
 
'Usage
 
Dim instance As SmartHttpBinding
Dim value As System.TimeSpan
 
instance.OpenTimeout = value
 
value = instance.OpenTimeout
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

SmartHttpBinding Class
SmartHttpBinding Members

Send Feedback