Class NanoEndPoint
Inheritance
System.Object
Inherited Members
Show
Syntax
public sealed class NanoEndPoint : IEndPoint
Constructors
NanoEndPoint(String, UInt16)
Declaration
public NanoEndPoint(string host, ushort port)
Parameters
Type | Name | Description |
---|---|---|
System.String | host | |
System.UInt16 | port |
Methods
CreateCopy()
Declaration
public IEndPoint CreateCopy()
Returns
Type | Description |
---|---|
Mirage.SocketLayer.IEndPoint |