PeerCastStation.Core.AtomCollectionExtensions.GetHostUphostIP C# (CSharp) Method

GetHostUphostIP() public static method

public static GetHostUphostIP ( this collection ) : IPAddress
collection this
return System.Net.IPAddress
    public static IPAddress GetHostUphostIP(this IAtomCollection collection)
    {
      return GetIPAddressFrom(collection, Atom.PCP_HOST_UPHOST_IP);
    }
AtomCollectionExtensions