ResponseCodeHelperIsRedirection Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemInt32
Return Value
Type:
Boolean
See Also