Brunet.Applications.IPAddresses.GetAddresses C# (CSharp) Method

GetAddresses() public abstract method

This is the system depedent part of the code. It should call look up address information and place it into an IList.
public abstract GetAddresses ( ) : IList
return IList
    public abstract IList GetAddresses();