Example #1
0
 public virtual global::System.Threading.Tasks.Task SayHelloOneStremOne(global::GrpcServer.HelloRequest request, grpc::IServerStreamWriter <global::GrpcServer.HelloReply> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Example #2
0
 /// <summary>
 /// Sends a greeting
 /// </summary>
 /// <param name="request">The request received from the client.</param>
 /// <param name="context">The context of the server-side call handler being invoked.</param>
 /// <returns>The response to send back to the client (wrapped by a task).</returns>
 public virtual global::System.Threading.Tasks.Task <global::GrpcServer.HelloReply> SayHello(global::GrpcServer.HelloRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Example #3
0
 public virtual grpc::AsyncServerStreamingCall <global::GrpcServer.HelloReply> SayHelloOneStremOne(global::GrpcServer.HelloRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_SayHelloOneStremOne, null, options, request));
 }
Example #4
0
 public virtual grpc::AsyncServerStreamingCall <global::GrpcServer.HelloReply> SayHelloOneStremOne(global::GrpcServer.HelloRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SayHelloOneStremOne(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #5
0
 /// <summary>
 /// Sends a greeting
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.HelloReply> SayHelloAsync(global::GrpcServer.HelloRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request));
 }
Example #6
0
 /// <summary>
 /// Sends a greeting
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::GrpcServer.HelloReply SayHello(global::GrpcServer.HelloRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request));
 }