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