https://stackoverflow.com/a/46106469/4690866 may be helpful. It links to
another question that has multiple answers that may each provide some help.

On Fri, Apr 19, 2019 at 5:25 AM <nurash...@gmail.com> wrote:

> 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 grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> 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
> <https://groups.google.com/d/msgid/grpc-io/38cead47-e3ba-4536-a8a3-420557118e64%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
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/CA%2B4M1oPUfGptdY_ErYJ1h%3DFvOw9JMy-DG3nxts1ey%3DYjZJJfCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to