1 write to _hostUri
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
384_hostUri = hostUri;
4 references to _hostUri
System.Net.Requests (4)
System\Net\HttpWebRequest.cs (4)
365Uri hostUri = _hostUri ?? Address; 366return (_hostUri == null || !_hostHasPort) && Address.IsDefaultPort ? 387if (!_hostUri.IsDefaultPort) 1182if (_hostUri is not null)