Beispiel #1
0
 protected override Endpoint ReadWithUnderlying(Endpoint underlying, InputStream s) =>
 new WSEndpoint(Instance, underlying, s);
Beispiel #2
0
 internal UdpEndpoint(InputStream istr, Communicator communicator, Protocol protocol)
     : base(istr, communicator, protocol)
 {
     _connect           = false;
     HasCompressionFlag = istr.ReadBool();
 }
Beispiel #3
0
 // Constructor for unmarshaling.
 private protected IPEndpoint(InputStream istr, Protocol protocol)
     : base(istr.Communicator !, protocol)