Telnet Factory for .NET

Rlogin.ReadTimeout Property

Gets or sets the amount of time a Socket will wait to receive data once initiated.

public int ReadTimeout {get; set;}

Property Value

The time-out value of the connection in milliseconds.

Remarks

The ReadTimeout property determines the amount of time a Socket will wait to receive data after a read is initiated. This time is measured in milliseconds. The underlying Socket will throw a SocketException if a read is initiated, and the ReadTimeout expires.

See Also

Rlogin Class | Jscape.Telnet Namespace