ResponseCodeHelperIsRedirection Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 Int32
-
Return Value
Boolean
See Also