WCF-Xtensions Class Reference for .NET
ReceiveTimeout Property (ExtensionBinding)






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

ExtensionBinding Class
ExtensionBinding Members

Send Feedback