DefaultTimeout Property
An initial timeout value to be used by incoming connections.
Syntax
[VB.NET] Public Property DefaultTimeout As Integer
[C#] public int DefaultTimeout {get; set;}
Remarks
This property is used by the component to set the operational timeout value of all inbound connections once they are established. By default, the timeout is 0, meaning that all inbound connections will behave asynchronously.
Default Value
0