public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> GetMessageWithBodyAsync(global::Grpc.Gateway.Examples.Examplepb.MessageWithBody request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(GetMessageWithBodyAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> GetMessageWithBodyAsync(global::Grpc.Gateway.Examples.Examplepb.MessageWithBody request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetMessageWithBody, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> GetMessageWithBody(global::Grpc.Gateway.Examples.Examplepb.MessageWithBody request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }