ServiceHealthBehavior.EnsureHttpStatusCode(Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ensure that the HTTP status code is within the range of 200 and 599, inclusive.
protected:
static bool EnsureHttpStatusCode(int code);
C#
protected static bool EnsureHttpStatusCode(int code);
static member EnsureHttpStatusCode : int -> bool
Protected Shared Function EnsureHttpStatusCode (code As Integer) As Boolean
- code
- Int32
The HTTP status code.
true
if the HTTP status code is within the range of 200 to 599, inclusive; otherwise, false
.
Produit | Versions |
---|---|
.NET Framework | 4.8, 4.8.1 |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: