Click or drag to resize

ReasonValue Class

reason-value = protocol *(SEMI reason-params) protocol = "SIP" / "Q.850" / token reason-params = protocol-cause / reason-text / reason-extension protocol-cause = "cause" EQUAL 1*(DIGIT) reason-text = "text" EQUAL quoted-string reason-extension = generic-param
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPReasonValue

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class ReasonValue : ISIPMessagePart, 
	ISIPCloneable<ReasonValue>

The ReasonValue type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodSIPClone
Public methodSIPStringPart
reason-value = protocol *(SEMI reason-params)
Top
See Also