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

GetHeloRemoteIP() public static method

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