1 write to Url
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
259
Url
= url,
7 references to Url
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
333
if (negotiationResponse.
Url
!= null)
335
uri = new Uri(negotiationResponse.
Url
);
347
while (negotiationResponse.
Url
!= null && redirects < _maxRedirects);
349
if (redirects == _maxRedirects && negotiationResponse.
Url
!= null)
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
75
if (!string.IsNullOrEmpty(response.
Url
))
77
writer.WriteString(UrlPropertyNameBytes, response.
Url
);
Microsoft.AspNetCore.Http.Connections.Tests (1)
NegotiateProtocolTests.cs (1)
36
Assert.Equal(url, response.
Url
);