Click or drag to resize

SIPClientNetworkInfo Class

Contains network information for a SIP client.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPClientNetworkInfo

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

The SIPClientNetworkInfo type exposes the following members.

Constructors
 NameDescription
Public methodSIPClientNetworkInfoInitializes a new instance of the SIPClientNetworkInfo class
Public methodSIPClientNetworkInfo(String, TransportType)Initializes a new instance of the SIPClientNetworkInfo class
Public methodSIPClientNetworkInfo(TransportInfo, IPEndPoint)Initializes a new instance of the SIPClientNetworkInfo class
Top
Properties
 NameDescription
Public propertyLocalAddress Gets the local address of the SIP client.
Public propertyPublicEndPoint Gets the public endpoint for the local address.
Public propertyTransportType Gets the protocol used for SIP communication.
Top
Extension Methods
 NameDescription
Public Extension MethodUpdate
(Defined by SIPClientNetworkInfoEx)
Top
See Also