SendTimeout Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the time-out for a send operation.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property SendTimeout As TimeSpan
public TimeSpan SendTimeout { get; set; }
public:
virtual property TimeSpan SendTimeout {
    TimeSpan get () sealed;
    void set (TimeSpan value) sealed;
}
abstract SendTimeout : TimeSpan with get, set
override SendTimeout : TimeSpan with get, set
final function get SendTimeout () : TimeSpan
final function set SendTimeout (value : TimeSpan)

Property Value

Type: System. . :: . .TimeSpan
The duration of time that is allowed for sending data.

Implements

ICommunicationObject. . :: . .SendTimeout

.NET Framework Security

See Also

Reference

CommunicationObject Class

Ws.Services.Binding Namespace