SIPRequestErrorExFromResponseCode Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static SIPRequestError FromResponseCode(
int code
)
Public Shared Function FromResponseCode (
code As Integer
) As SIPRequestError
public:
static SIPRequestError FromResponseCode(
int code
)
static member FromResponseCode :
code : int -> SIPRequestError
Parameters
- code Int32
-
Return Value
SIPRequestError
See Also