Edit

Share via


ResponseCode.IsProvisionalResponse(Int32) Method

Definition

Returns true if the response code is in the range of provisional responses; otherwise false.

public:
 static bool IsProvisionalResponse(int responseCode);
public static bool IsProvisionalResponse (int responseCode);
static member IsProvisionalResponse : int -> bool
Public Shared Function IsProvisionalResponse (responseCode As Integer) As Boolean

Parameters

responseCode
Int32

The response code to check.

Returns

Returns true if the response code is in the range of failure responses; otherwise false.

Applies to