CloseTimeout 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 amount of time allowed for a communication object to close a connection.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Property CloseTimeout As TimeSpan
TimeSpan CloseTimeout { get; set; }
property TimeSpan CloseTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
abstract CloseTimeout : TimeSpan with get, set
function get CloseTimeout () : TimeSpan
function set CloseTimeout (value : TimeSpan)
Property Value
Type: System. . :: . .TimeSpan
The duration of time that is allowed for closing a connection.
.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.