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

GetHeloSessionID() public static method

public static GetHeloSessionID ( this collection ) : Guid?
collection this
return Guid?
    public static Guid? GetHeloSessionID(this IAtomCollection collection)
    {
      return GetIDFrom(collection, Atom.PCP_HELO_SESSIONID);
    }
AtomCollectionExtensions