Hi, protobuf itself doesn't handle sending data over the wire. You may want to look at some rpc implementations based on protobuf like grpc: http://www.grpc.io/
On Tuesday, March 8, 2016 at 2:39:28 PM UTC-8, [email protected] wrote: > > hi > i am newer to protocol buffer and webapi , now i have some problems. > > 1.build Logon Message,it's ok > > WebapiDemo.Logon loginMessage = loginBuilder.build(); > > 2.how to send Logon Message to remote server ,thanks > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
