Mentalis.org Security Library documentation

SecureTcpClient.ReceiveTimeout Property

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

[Visual Basic]
Public Property ReceiveTimeout As Integer
[C#]
public int ReceiveTimeout {get; set;}

Property Value

The time-out value of the connection in milliseconds.

Remarks

The ReceiveTimeout property determines the amount of time a SecureTcpClient 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 ReceiveTimeout expires.

See Also

SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace