ServiceHealthBehavior.EnsureHttpStatusCode(Int32) 方法

定义

确保 HTTP 状态代码在 200 至 599(包括 200 和 599)的范围内。

protected:
 static bool EnsureHttpStatusCode(int code);
protected static bool EnsureHttpStatusCode (int code);
static member EnsureHttpStatusCode : int -> bool
Protected Shared Function EnsureHttpStatusCode (code As Integer) As Boolean

参数

code
Int32

HTTP 状态代码。

返回

Boolean

如果 HTTP 状态代码在 200 至 599(包括 200 和 599)的范围内,为 true;否则为 false

适用于