Ozeki VoIP SDK Class library
SIPUAInstanceInfo Class
NamespacesOzeki.VoIP.SIPSIPUAInstanceInfo
Contains basic information about a SIP client instance such as identity, contact or transport.
Declaration Syntax
C#Visual BasicVisual C++
public class SIPUAInstanceInfo : SIPUserAgentDetails
Public Class SIPUAInstanceInfo
	Inherits SIPUserAgentDetails
public ref class SIPUAInstanceInfo : public SIPUserAgentDetails
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SIPUAInstanceInfo(SIPAddress, TransportInfo)
Initializes a new instance of the SIPUAInstanceInfo class

AllowedMethods
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.)
ClientID
Gets the ID of the SIP client consists of TransportInfo and Contact address.

Contact
Gets the contact address of the SIP client.
(Inherited from SIPUserAgentDetails.)
Identity
Gets the identity of the SIP client.

IsActive
Gets a boolean value indicating whether the transport is ready for sending and receiving SIP messages.

RegInfo
Gets information about the registration of the SIP account.

SetContact(SIPAddress)
Transport
Gets the transport info of the SIP client.

UniqueID
Update(OptionsResult)
Updates the properties with the values from an OPTIONS message.
(Inherited from SIPUserAgentDetails.)
UpdateActiveState(Boolean)
UserAgent
Gets the user agent name sent by the client. It may be null if the client did not send it.
(Inherited from SIPUserAgentDetails.)
Inheritance Hierarchy
Object
SIPUserAgentDetails
 SIPUAInstanceInfo

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290