コード例 #1
0
ファイル: WSEndpoint.cs プロジェクト: nail-lian/ice
 protected override Endpoint ReadWithUnderlying(Endpoint underlying, InputStream s) =>
 new WSEndpoint(Instance, underlying, s);
コード例 #2
0
 internal UdpEndpoint(InputStream istr, Communicator communicator, Protocol protocol)
     : base(istr, communicator, protocol)
 {
     _connect           = false;
     HasCompressionFlag = istr.ReadBool();
 }
コード例 #3
0
 // Constructor for unmarshaling.
 private protected IPEndpoint(InputStream istr, Protocol protocol)
     : base(istr.Communicator !, protocol)