Home > Language Reference > Classes > StreamSocket

Timeout Property

Delay before raising an error.

Syntax

Public Property Get Timeout() As Long
Public Property Let Timeout(ByVal
lTimeout As Long)

ParameterDescription
lTimeoutNew delay before raising an error, expressed in milliseconds.

Remarks

The Timeout property specifies the time to wait before an error is sent when a reading or writing operation does not succeed. This time is expressed in milliseconds. It is possible to modify this value at any moment, before or after calling the Connect method. By default, this property is initialized with the value 10000.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A