示例#1
0
 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)