Example #1
0
 public Task <GetPeerByPortIpResponse> GetPeerByPortIpAsync(GetPeerByPortIpRequest Request)
 => GetSimpleJsonAsync <GetPeerByPortIpResponse, GetPeerByPortIpRequest>(Request, Api.GetPeer);
Example #2
0
 public GetPeerByPortIpResponse GetPeerByPortIp(GetPeerByPortIpRequest Request)
 => GetPeerByPortIpAsync(Request).ConfigureAwait(false).GetAwaiter().GetResult();