Share via


Socket.ReceiveTimeout Property

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

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

Syntax

public int ReceiveTimeout { get; set; }

Property Value

Holds the time-out value, in milliseconds. 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 Receive calls only. If the time-out period is exceeded, the Receive 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