NetEndPoint Class
From LiteNetLib
NetEndPoint Class |
LiteNetLib |
Network End Point. Contains ip address and port
Inheritance Hierarchy
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public sealed class NetEndPoint
The NetEndPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NetEndPoint | Initializes a new instance of the NetEndPoint class |
Properties
| Name | Description | |
|---|---|---|
| Host | ||
| Port |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| ToString | (Overrides ObjectToString.) |
See Also