1 write to _hostUri
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
386
_hostUri
= hostUri;
4 references to _hostUri
System.Net.Requests (4)
System\Net\HttpWebRequest.cs (4)
367
Uri hostUri =
_hostUri
?? Address;
368
return (
_hostUri
== null || !_hostHasPort) && Address.IsDefaultPort ?
389
if (!
_hostUri
.IsDefaultPort)
1184
if (
_hostUri
is not null)