We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a7cfd commit 536d91fCopy full SHA for 536d91f
src/Rackspace/RackConnect/v3/RackConnectService.cs
@@ -295,7 +295,7 @@ await endpoint
295
if (definition == null)
296
throw new ArgumentNullException("definition");
297
298
- Url endpoint = await _urlBuilder.GetEndpoint(cancellationToken).ConfigureAwait(false);
+ string endpoint = await _urlBuilder.GetEndpoint(cancellationToken).ConfigureAwait(false);
299
300
Func<Task<PublicIP>> executeRequest = async () =>
301
{
0 commit comments