Beispiel #1
0
 await PutRequestAsync <TRequest, TResponse, TResponse>(
     hostname,
     relativeUri,
     request,
     cancellationToken,
     fileBytes,
     parameters,
     headers);
Beispiel #2
0
 await PostRequestAsync <TRequest, TResponse, TResponse>(
     hostname,
     relativeUri,
     request,
     cancellationToken,
     body,
     parameters,
     headers);
Beispiel #3
0
 var result = await PutRequestAsync <TResponse, TResponse, TResponse>(
     hostname,
     relativeUri,
     null,
Beispiel #4
0
 var(hostname, applicationGatewayIp) = input;
 => _coordinator = new IncomingCoordinator(hostname, port, messageHandler);