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)
367Uri hostUri = _hostUri ?? Address; 368return (_hostUri == null || !_hostHasPort) && Address.IsDefaultPort ? 389if (!_hostUri.IsDefaultPort) 1184if (_hostUri is not null)