public virtual grpc::AsyncUnaryCall <global::V2Ray.Core.App.Proxyman.Command.AlterInboundResponse> AlterInboundAsync(global::V2Ray.Core.App.Proxyman.Command.AlterInboundRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_AlterInbound, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::V2Ray.Core.App.Proxyman.Command.AlterInboundResponse> AlterInbound(global::V2Ray.Core.App.Proxyman.Command.AlterInboundRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::V2Ray.Core.App.Proxyman.Command.AlterInboundResponse> AlterInboundAsync(global::V2Ray.Core.App.Proxyman.Command.AlterInboundRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(AlterInboundAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }