NetEndPoint Constructor |
LiteNetLib |
Initializes a new instance of the NetEndPoint class
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public NetEndPoint( string hostStr, int port )
Parameters
- hostStr
- Type: SystemString
[Missing <param name="hostStr"/> documentation for "M:LiteNetLib.NetEndPoint.#ctor(System.String,System.Int32)"]
- port
- Type: SystemInt32
[Missing <param name="port"/> documentation for "M:LiteNetLib.NetEndPoint.#ctor(System.String,System.Int32)"]
See Also