Method | Description | |
---|---|---|
DiscoverDnsServerAddresses ( ) : IPAddressCollection | ||
DiscoverUnixDnsServerAddress ( ) : string | ||
GetServByPort ( short port, ProtocolType proto ) : string |
Look up the port names for the given array of port numbers.
|
|
IsPlatformLinuxUnix ( ) : bool |
Tests to see if this is running on a Linux or Unix Platform
|
public static DiscoverDnsServerAddresses ( ) : IPAddressCollection | ||
return | IPAddressCollection |
public static DiscoverUnixDnsServerAddress ( ) : string | ||
return | string |
public static GetServByPort ( short port, ProtocolType proto ) : string | ||
port | short | An array of port numbers. |
proto | ProtocolType | The protocol type. (TCP or UPD) |
return | string |