SIPResponseArgsIsRedirection Method |
Returns a boolean value indicating whether it is a redirection (3xx) response.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic virtual bool IsRedirection()
Public Overridable Function IsRedirection As Boolean
public:
virtual bool IsRedirection()
abstract IsRedirection : unit -> bool
override IsRedirection : unit -> bool
Return Value
Boolean
See Also