Beispiel #1
0
 public BinaryResponse()
 {
     _header = new BinaryResponseHeader();
     _payload = new BinaryResponsePayload();
 }
Beispiel #2
0
 public BinaryResponse()
 {
     _header  = new BinaryResponseHeader();
     _payload = new BinaryResponsePayload();
 }