Example #1
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.Confirm> FriendFindAsync(global::APIServer.AccountNickname request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_FriendFind, null, options, request));
 }
Example #2
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.Confirm> FriendFindAsync(global::APIServer.AccountNickname request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(FriendFindAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }