Closed GoogleCodeExporter closed 8 years ago
That is simply the way that .proto (the DSL created by google) works. To send
multiple
values, create a message that encapsulates the different options ("FooRequest",
for
example), and send that. Likewise, this can be used when returning values. Note
that
protobuf-net includes a separate RPC stack that can shim multiple arguments for
compatibility with WCF, but this is unrelated to .proto files.
Original comment by marc.gravell
on 11 Sep 2009 at 5:54
Original issue reported on code.google.com by
esos...@gmail.com
on 8 Sep 2009 at 8:18