Share via


Socket.SendTimeout Property

Gets or sets a value that specifies the amount of time after which a synchronous Send call will time out.

Namespace: System.Net.Sockets
Assembly: System (in system.dll)

Syntax

public int SendTimeout { get; set; }

Property Value

Holds the time-out value, in milliseconds. If you set the property with a value between 1 and 499, the value will be changed to 500. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.

Remarks

This option applies to synchronous Send calls only. If the time-out period is exceeded, the Send method throws a SocketException.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Socket Class
Socket Members
System.Net.Sockets Namespace