3 references to HttpProtocolUtils
System (3)
net\System\Net\HttpWebRequest.cs (2)
2989return HttpProtocolUtils.string2date(headerValue); 3002SetSpecialHeaders(headerName, HttpProtocolUtils.date2string(dateTime));
net\System\Net\HttpWebResponse.cs (1)
289return HttpProtocolUtils.string2date(lastmodHeaderValue);