5 references to Address
System.Net.Requests (5)
System\Net\HttpWebRequest.cs (5)
367Uri hostUri = _hostUri ?? Address; 368return (_hostUri == null || !_hostHasPort) && Address.IsDefaultPort ? 789public ServicePoint ServicePoint => _servicePoint ??= ServicePointManager.FindServicePoint(Address, Proxy); 1627string s = Address.Scheme + "://" + hostName + Address.PathAndQuery;