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

SetHostPort() public static method

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