Beispiel #1
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.LoginConfirm> LoginAsync(global::APIServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Login, null, options, request));
 }
Beispiel #2
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.LoginConfirm> LoginAsync(global::APIServer.User request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(LoginAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #3
0
 public virtual global::APIServer.LoginConfirm Login(global::APIServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Login, null, options, request));
 }
Beispiel #4
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.Confirm> CreateAccountAsync(global::APIServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CreateAccount, null, options, request));
 }
Beispiel #5
0
 public virtual global::APIServer.Confirm CreateAccount(global::APIServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_CreateAccount, null, options, request));
 }
Beispiel #6
0
 public virtual global::APIServer.Confirm CreateAccount(global::APIServer.User request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(CreateAccount(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }