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