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