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

GetHeloAgent() public static method

public static GetHeloAgent ( this collection ) : string
collection this
return string
    public static string GetHeloAgent(this IAtomCollection collection)
    {
      return GetStringFrom(collection, Atom.PCP_HELO_AGENT);
    }
AtomCollectionExtensions