예제 #1
0
 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;