Click or drag to resize

SIPUACInstanceInfo Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPUserAgentDetails
    Ozeki.VoIPSIPUAInstanceInfo
      Ozeki.VoIPSIPUACInstanceInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class SIPUACInstanceInfo : SIPUAInstanceInfo

The SIPUACInstanceInfo type exposes the following members.

Constructors
 NameDescription
Public methodSIPUACInstanceInfoInitializes a new instance of the SIPUACInstanceInfo class
Top
Properties
 NameDescription
Public propertyAllowedMethods Gets the methods supported by the user-agent of the registered extension. If the list is empty, no Allow header sent by the UA and all methods are allowed.
(Inherited from SIPUserAgentDetails)
Public propertyClientID Gets the ID of the SIP client consists of TransportInfo and Contact address.
(Inherited from SIPUAInstanceInfo)
Public propertyContact Gets the contact address of the SIP client.
(Inherited from SIPUserAgentDetails)
Public propertyIdentity Gets the identity of the SIP client.
(Inherited from SIPUAInstanceInfo)
Public propertyIsActive Gets a boolean value indicating whether the transport is ready for sending and receiving SIP messages.
(Inherited from SIPUAInstanceInfo)
Public propertyRegInfo Gets information about the registration of the SIP account.
(Inherited from SIPUAInstanceInfo)
Public propertyTransport Gets the transport info of the SIP client.
(Inherited from SIPUAInstanceInfo)
Public propertyUniqueID
(Inherited from SIPUAInstanceInfo)
Public propertyUserAgent Gets the user agent name sent by the client. It may be null if the client did not send it.
(Inherited from SIPUserAgentDetails)
Top
Methods
 NameDescription
Public methodSetContact 
Public methodSetTransport 
Public methodUpdate(OptionsResult) Updates the properties with the values from an OPTIONS message.
(Inherited from SIPUserAgentDetails)
Public methodUpdate(Request)
(Inherited from SIPUserAgentDetails)
Public methodUpdateActiveState
(Inherited from SIPUAInstanceInfo)
Top
See Also