Example #1
0
 private static string SelectReasonPhrase(HttpStatusCode code) => ReasonPhrases.ContainsKey(code) ? ReasonPhrases[code] : "UNKNOWN REASON";