Click or drag to resize

SIPInstantMessageResult Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPResponseArgs
      Ozeki.VoIPSIPInstantMessageResult

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class SIPInstantMessageResult : SIPResponseArgs

The SIPInstantMessageResult type exposes the following members.

Constructors
 NameDescription
Public methodSIPInstantMessageResultInitializes a new instance of the SIPInstantMessageResult class
Top
Properties
 NameDescription
Public propertyCallID
(Inherited from SIPResponseArgs)
Public propertyCSeq
(Inherited from SIPResponseArgs)
Public propertyDelivered 
Public propertyError
(Inherited from SIPResponseArgs)
Public propertyReasonPhrase
(Inherited from SIPResponseArgs)
Public propertySentMessage 
Public propertyStatusCode
(Inherited from SIPResponseArgs)
Public propertySupportedContentTypes 
Top
Methods
 NameDescription
Public methodIsProvisional
(Inherited from SIPResponseArgs)
Public methodIsRedirection
(Inherited from SIPResponseArgs)
Public methodIsSuccessful
(Inherited from SIPResponseArgs)
Public methodSetFromSIPMessage
(Inherited from SIPResponseArgs)
Public methodSetFromStatusCode
(Inherited from SIPResponseArgs)
Top
See Also