Mentalis.org Security Library documentation

SecureTcpClient.SendTimeout Property

Gets or sets the amount of time a SecureTcpClient will wait to receive confirmation after you initiate a send.

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

Property Value

The send time-out value, in milliseconds.

Remarks

After you initiate a send, the underlying SecureSocket returns the number of bytes actually sent to the host. The SendTimeout property determines the amount of time a TcpClient will wait before receiving the number of bytes returned by the SecureSocket class. The underlying SecureSocket will throw a SocketException if a send is initiated and the SendTimeout expires.

See Also

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