コード例 #1
0
ファイル: PeerCast.cs プロジェクト: yudeunagi/peercaststation
 public PortStatus GetPortStatus(NetworkType type)
 {
     return(GetPortStatus(type.GetAddressFamily()));
 }
コード例 #2
0
 public void SetPortStatus(NetworkType type, PortStatus value)
 {
     SetPortStatus(type.GetAddressFamily(), value);
 }