Esempio n. 1
0
 public void Resolve(string host, int port, Ice.EndpointSelectionType type, IPEndpoint endpt,
                     IEndpointConnectors callback) =>
 Communicator.Resolve(host, port, type, endpt, callback);
Esempio n. 2
0
 public Info(IPEndpoint e) => _endpoint = e;