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






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