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

SetHeloVersion() public static method

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