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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.