public virtual grpc::AsyncServerStreamingCall <global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant> ServerStreamingMethod(global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(ServerStreamingMethod(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncServerStreamingCall <global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant> ServerStreamingMethod(global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant request, grpc::CallOptions options) { return(CallInvoker.AsyncServerStreamingCall(__Method_ServerStreamingMethod, null, options, request)); }
public virtual global::System.Threading.Tasks.Task ServerStreamingMethod(global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant request, grpc::IServerStreamWriter <global::Google.Api.Gax.Grpc.IntegrationTests.Irrelevant> responseStream, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }