コード例 #1
0
ファイル: ProtocolInstance.cs プロジェクト: tchernobog/ice
 public void Resolve(string host, int port, Ice.EndpointSelectionType type, IPEndpoint endpt,
                     IEndpointConnectors callback) =>
 Communicator.Resolve(host, port, type, endpt, callback);
コード例 #2
0
 public Info(IPEndpoint e) => _endpoint = e;