コード例 #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;