System.Net.Sockets.Socket.ReceiveTimeout Property

Gets or sets a value that specifies the amount of time after which a synchronous erload:System.Net.Sockets.Socket.Receive call will time out.

Syntax

public int ReceiveTimeout { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This option applies to synchronous erload:System.Net.Sockets.Socket.Receive calls only. If the time-out period is exceeded, the erload:System.Net.Sockets.Socket.Receive method will throw a System.Net.Sockets.SocketException.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0