SocketInformation Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Information about a socket.
Syntax
public class SocketInformation
Inherited Members
Constructors
| Name | Description |
|---|---|
| SocketInformation(ISocket) | Creates a new instance of SocketInformation that represents the specified socket's endpoints. |
Properties
| Name | Description |
|---|---|
| LocalEndPoint | Gets the local endpoint. |
| RemoteEndPoint | Gets the remote endpoint. |