Exemplo n.º 1
0
 public EndpointFactoryI(Instance instance, Ice.EndpointType type)
     : base(instance, type) =>
Exemplo n.º 2
0
 internal Instance(SSLEngine engine, Ice.EndpointType type, string transport)
     : base(engine.Communicator(), type, transport, true) => _engine = engine;