| SIPClientNetworkInfo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ozeki.VoIP
 Syntax
SyntaxThe SIPClientNetworkInfo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SIPClientNetworkInfo | Initializes a new instance of the SIPClientNetworkInfo class | 
|  | SIPClientNetworkInfo(String, TransportType) | Initializes a new instance of the SIPClientNetworkInfo class | 
|  | SIPClientNetworkInfo(TransportInfo, IPEndPoint) | Initializes a new instance of the SIPClientNetworkInfo class | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Update | (Defined by SIPClientNetworkInfoEx.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LocalAddress | 
            Gets the local address of the SIP client.
             | 
|  | PublicEndPoint | 
            Gets the public endpoint for the local address.
             | 
|  | TransportType | 
            Gets the protocol used for SIP communication.
             | 
 See Also
See Also