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

SetHeloDisable() public static method

public static SetHeloDisable ( this collection, int value ) : void
collection this
value int
return void
    public static void SetHeloDisable(this IAtomCollection collection, int value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_HELO_DISABLE, value));
    }
AtomCollectionExtensions