Creates a new instance of SocketInformation that represents the specified socket's endpoints.

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

Syntax

Visual Basic
Public Sub New ( _
	socket As ISocket _
)
C#
public SocketInformation(
	ISocket socket
)

Parameters

socket
Type: Rebex.Net..::..ISocket
Instance of ISocket.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also