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