Property | Type | Description | |
---|---|---|---|
CatchExceptions | bool |
Method | Description | |
---|---|---|
GetActiveNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[] | ||
ListenAsync ( int Times = -1 ) : System.Threading.Tasks.Task | ||
TcpServer ( ushort Port, string Bind = "127.0.0.1", bool CatchExceptions = true ) : System |
Method | Description | |
---|---|---|
GetAvailablePort ( ushort RangeStart = 1025, ushort RangeEnd = ushort.MaxValue, |
||
HandleClientInternal ( |
public static GetActiveNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[] | ||
return | System.Net.NetworkInformation.NetworkInterface[] |
public ListenAsync ( int Times = -1 ) : System.Threading.Tasks.Task | ||
Times | int | |
return | System.Threading.Tasks.Task |
public TcpServer ( ushort Port, string Bind = "127.0.0.1", bool CatchExceptions = true ) : System | ||
Port | ushort | |
Bind | string | |
CatchExceptions | bool | |
return | System |