Click or drag to resize
SIPUAInstanceInfo Class
Contains basic information about a SIP client instance such as identity, contact or transport.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SIPUAInstanceInfo : SIPUserAgentDetails

The SIPUAInstanceInfo type exposes the following members.

Constructors
  NameDescription
Public methodSIPUAInstanceInfo
Initializes a new instance of the SIPUAInstanceInfo class
Top
Methods
  NameDescription
Public methodSetContact
Public methodUpdate
Updates the properties with the values from an OPTIONS message.
(Inherited from SIPUserAgentDetails.)
Public methodUpdateActiveState
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.
Public propertyContact
Gets the contact address of the SIP client.
(Inherited from SIPUserAgentDetails.)
Public propertyIdentity
Gets the identity of the SIP client.
Public propertyIsActive
Gets a boolean value indicating whether the transport is ready for sending and receiving SIP messages.
Public propertyRegInfo
Gets information about the registration of the SIP account.
Public propertyTransport
Gets the transport info of the SIP client.
Public propertyUniqueID
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
See Also