Ozeki VoIP SDK Class library
SIPUserAgentDetails Class
NamespacesOzeki.VoIP.SIPSIPUserAgentDetails
Contains basic information about a SIP user-agent endpoint such as contact, allowed methods or the name of the user-agent.
Declaration Syntax
C#Visual BasicVisual C++
public class SIPUserAgentDetails
Public Class SIPUserAgentDetails
public ref class SIPUserAgentDetails
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SIPUserAgentDetails()()()()
Initializes a new instance of the SIPUserAgentDetails 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.

Contact
Gets the contact address of the SIP client.

Update(OptionsResult)
Updates the properties with the values from an OPTIONS message.

UserAgent
Gets the user agent name sent by the client. It may be null if the client did not send it.

Inheritance Hierarchy
Object
SIPUserAgentDetails
 SIPUAInstanceInfo

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