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: 1.8.12.0 (1.8.12)
Syntax
public class SIPClientNetworkInfo : EventArgs

The SIPClientNetworkInfo type exposes the following members.

Constructors
  NameDescription
Public methodSIPClientNetworkInfo
Initializes 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
Extension Methods
  NameDescription
Public Extension MethodUpdate (Defined by SIPClientNetworkInfoEx.)
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
See Also