Ejemplo n.º 1
0
 public InfoI(short type, Ice.Encoding rawEncoding, byte[] rawBytes) :
     base(null, -1, false, rawEncoding, rawBytes) => _type = type;
Ejemplo n.º 2
0
 internal OpaqueEndpoint(EndpointType type, Ice.Encoding encoding, byte[] bytes)
 {
     Type     = type;
     Encoding = encoding;
     Bytes    = bytes;
 }