ResponseCodeHelperIsRedirection Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool IsRedirection(
int statusCode
)
Public Shared Function IsRedirection (
statusCode As Integer
) As Boolean
public:
static bool IsRedirection(
int statusCode
)
static member IsRedirection :
statusCode : int -> bool
Parameters
- statusCode
- Type: SystemInt32
Return Value
Type:
BooleanSee Also