Exemplo n.º 1
0
            public AsyncServerStreamingCall <global::grpc.testing.StreamingOutputCallResponse> StreamingOutputCall(global::grpc.testing.StreamingOutputCallRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_StreamingOutputCall, options);

                return(Calls.AsyncServerStreamingCall(call, request));
            }
Exemplo n.º 2
0
            public AsyncServerStreamingCall <global::grpc.testing.StreamingOutputCallResponse> StreamingOutputCall(global::grpc.testing.StreamingOutputCallRequest request, CancellationToken token = default(CancellationToken))
            {
                var call = CreateCall(__ServiceName, __Method_StreamingOutputCall);

                return(Calls.AsyncServerStreamingCall(call, request, token));
            }
Exemplo n.º 3
0
            public AsyncServerStreamingCall <global::grpc.testing.StreamingOutputCallResponse> StreamingOutputCall(global::grpc.testing.StreamingOutputCallRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_StreamingOutputCall, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncServerStreamingCall(call, request));
            }