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