Walletrpc.WalletService.WalletServiceClient.Network C# (CSharp) Method

Network() public method

public Network ( global request, CallOptions options ) : global::Walletrpc.NetworkResponse
request global
options CallOptions
return global::Walletrpc.NetworkResponse
      public global::Walletrpc.NetworkResponse Network(global::Walletrpc.NetworkRequest request, CallOptions options)
      {
        var call = CreateCall(__Method_Network, options);
        return Calls.BlockingUnaryCall(call, request);
      }
      public AsyncUnaryCall<global::Walletrpc.NetworkResponse> NetworkAsync(global::Walletrpc.NetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))

Same methods

WalletService.WalletServiceClient::Network ( global request, Metadata headers = null, DateTime deadline = null, CancellationToken cancellationToken = default(CancellationToken) ) : global::Walletrpc.NetworkResponse