C# Class PocketDnDns.Tools

ファイルを表示 Open project: nachocove/DnDns

Public Methods

Method Description
GetServByPort ( short port, ProtocolType proto ) : string

Look up the port names for the given array of port numbers.

Method Details

GetServByPort() public static method

Look up the port names for the given array of port numbers.
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