public virtual global::System.Threading.Tasks.Task ServerStreamingPing(global::NetGrpcPrometheusTest.Grpc.PingRequest request, grpc::IServerStreamWriter <global::NetGrpcPrometheusTest.Grpc.PingResponse> responseStream, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncServerStreamingCall <global::NetGrpcPrometheusTest.Grpc.PingResponse> ServerStreamingPing(global::NetGrpcPrometheusTest.Grpc.PingRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncServerStreamingCall(__Method_ServerStreamingPing, null, options, request)); }
public virtual grpc::AsyncUnaryCall <global::NetGrpcPrometheusTest.Grpc.PingResponse> UnaryPingAsync(global::NetGrpcPrometheusTest.Grpc.PingRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_UnaryPing, null, options, request)); }
public virtual grpc::AsyncServerStreamingCall <global::NetGrpcPrometheusTest.Grpc.PingResponse> ServerStreamingPing(global::NetGrpcPrometheusTest.Grpc.PingRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(ServerStreamingPing(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual global::NetGrpcPrometheusTest.Grpc.PingResponse UnaryPing(global::NetGrpcPrometheusTest.Grpc.PingRequest request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_UnaryPing, null, options, request)); }