3 references to HttpStatusDescription
System (3)
net\System\Net\HttpListener.cs (1)
2331
string statusDescription =
HttpStatusDescription
.Get(httpStatusCode);
net\System\Net\HttpListenerResponse.cs (2)
140
m_StatusDescription =
HttpStatusDescription
.Get(StatusCode);
277
StatusDescription =
HttpStatusDescription
.Get(StatusCode);