Namespace SipLib.Network
Contains a utility helper class for performing network protocol related functions.
Classes
IpUtils
Static class that contains various utility functions relating to IP addresses.
SipDnsClient
Class for doing DNS server lookups for SIP.
This class uses the LookupClient class of the DnsClient class library.
It uses a single instance of the LookupClient class per application so that features such as the results cache and connection pooling are used. The LookupCLient class is thread-safe and so is this class.