SIPResponseArgsIsRedirection Method |
Returns a boolean value indicating whether it is a redirection (3xx) response.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
Boolean
See Also