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

SetHeloRemotePort() public static method

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