Initializes a new instance of the ProxySocket class based on the specified socket.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	socket As Socket _
)
C#
public ProxySocket(
	Socket socket
)

Parameters

socket
Type: System.Net.Sockets..::..Socket
Socket to base the ProxySocket instance on.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also