Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception.
Public Property SendTimeout As TimeSpan
Dim instance As Binding Dim value As TimeSpan value = instance.SendTimeout instance.SendTimeout = value
public TimeSpan SendTimeout { get; set; }
public: virtual property TimeSpan SendTimeout { TimeSpan get () sealed; void set (TimeSpan value) sealed; }
public final function get SendTimeout () : TimeSpan public final function set SendTimeout (value : TimeSpan)
The value is less than zero or too large.
If transaction flow is enabled on the binding or the channel, the operation may take longer to execute than the specified timeout. In these circumstances the operation fails due to the expired timeout and the transaction aborts appropriately.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC