Hi everyone! Please show me a small example transfer the file from the 
client to the server on C#.
I think proto file should be like this:

service Greeter {
  rpc SayHello (stream HelloRequest) returns (HelloReply) {}
}
message HelloRequest {
  bytes name = 1; 
}
message HelloReply {
  string message = 1;
}


As I understand it, you need to use streams to transfer large files.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" 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/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/38cead47-e3ba-4536-a8a3-420557118e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to