Пример #1
0
 //
 // Only for use by Endpoint
 //
 internal Connector(IceInternal.IConnector connector)
 {
     _configuration = Configuration.GetInstance();
     _connector     = connector;
 }
Пример #2
0
 //
 // Only for use by EndpointI.
 //
 internal Connector(Instance instance, IceInternal.IConnector del, string host)
 {
     _instance = instance;
     _delegate = del;
     _host     = host;
 }