Beispiel #1
0
 public virtual grpc::AsyncServerStreamingCall <global::Grpctest.Messages.UserResponse> GetAll(global::Grpctest.Messages.GetAllRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAll, null, options, request));
 }
Beispiel #2
0
 public virtual global::System.Threading.Tasks.Task GetAll(global::Grpctest.Messages.GetAllRequest request, grpc::IServerStreamWriter <global::Grpctest.Messages.UserResponse> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #3
0
 public virtual grpc::AsyncServerStreamingCall <global::Grpctest.Messages.UserResponse> GetAll(global::Grpctest.Messages.GetAllRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetAll(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }