SocketInformation Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
SocketInformation(ISocket)
Creates a new instance of SocketInformation that represents the specified socket's endpoints.
Declaration
public SocketInformation(ISocket socket)
Parameters
| Type | Name | Description |
|---|---|---|
| ISocket | socket | Instance of ISocket. |