public virtual grpc::AsyncUnaryCall <global::Tony.FileTransfer.Server.CommonResponse> CheckFileExistAsync(global::Tony.FileTransfer.Server.CheckFileExistRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(CheckFileExistAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Tony.FileTransfer.Server.CommonResponse> CheckFileExistAsync(global::Tony.FileTransfer.Server.CheckFileExistRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CheckFileExist, null, options, request));
 }
 /// <summary>
 /// </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::Tony.FileTransfer.Server.CommonResponse> CheckFileExist(global::Tony.FileTransfer.Server.CheckFileExistRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }