示例#1
0
文件: Instance.cs 项目: sgrzegorz/ice
 internal Instance(SSLEngine engine, Ice.EndpointType type, string transport)
     : base(engine.Communicator(), type, transport, true) => _engine = engine;
示例#2
0
 internal Instance(SSLEngine engine, short type, string protocol) :
     base(engine.Communicator(), type, protocol, true) => _engine = engine;