コード例 #1
0
ファイル: NetworkItemsFactory.cs プロジェクト: mtarcha/HMS
 public CustomIPEndPoint GetEndPoint()
 {
     return(new CustomIPEndPoint
     {
         Ip = _configurationServise.GetCurrentIp(),
         Port = _configurationServise.GetFreePort()
     });
 }