Пример #1
0
 public ProtoBufMediaTypeFormatterTest()
 {
     _cancellationToken = new CancellationToken();
     _formatter         = new ProtoBufMediaTypeFormatter();
     _content           = new ProtoBufHttpContent(_formatter.TypeModel);
 }
Пример #2
0
 public ProtoBufMediaTypeFormatterTest()
 {
     _formatter = new ProtoBufMediaTypeFormatter();
     _content   = new ProtoBufHttpContent(_formatter.Model);
 }