Exemplo n.º 1
0
 public ProtobufBinding(ProtobufFormatter formatter)
     : base(formatter, new ProtobufMessageParser(formatter), "wamp.2.protobuf-net")
 {
 }
Exemplo n.º 2
0
 public ProtobufMessageParser(ProtobufFormatter formatter)
 {
     _formatter = formatter;
 }