NetUtils Class |
LiteNetLib |
Some specific network utilities
Inheritance Hierarchy
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public static class NetUtils
The NetUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLocalIp |
Get first detected local ip address
| |
GetLocalIpList(LocalAddrType) |
Get all local ip addresses
| |
GetLocalIpList(ListString, LocalAddrType) |
Get all local ip addresses (non alloc version)
| |
RequestTimeFromNTP |
Request time from NTP server and calls callback (if success)
|
See Also