HttpStatus MethodsC# API
The HttpStatus type exposes the following members.
Methods

  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFind(Int32)
Finds the HttpStatus with the specified code.
Public methodStatic memberFind(String)
Finds the HttpStatus with the specified code.
Public methodStatic membergetCPtr
For internal use only. Of no interest to the user.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInRange
Determines whether this HttpStatus is ordered between the specified pair of HttpStatus objects.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object ToString .)
Back to Top
See Also