Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Servers.HttpStatusCodeExtensions

Summary

Extension methods for HttpStatusCode.

Static methods

bool
MayHaveBody(this HttpStatusCode statusCode)
Determines whether an HTTP response with the specified statusCode is allowed to have a body (i.e. a non-null content stream).
string Returns a string representation of the specified HTTP status code.