Exemplo n.º 1
0
 public BinaryResponse()
 {
     _header = new BinaryResponseHeader();
     _payload = new BinaryResponsePayload();
 }
Exemplo n.º 2
0
 public BinaryResponse()
 {
     _header  = new BinaryResponseHeader();
     _payload = new BinaryResponsePayload();
 }