windrobin / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 1 forks source link

Patch to allow setting port number in HTTP server class #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch adds a public property that sets or gets the tcp port to listen
on server startup. If a port number of zero is provided then the next
available tcp port assigned by Windows is chosen. The assigned port number
is then available through the public port property.

Original issue reported on code.google.com by blai...@gmail.com on 25 Jan 2010 at 3:27

Attachments:

GoogleCodeExporter commented 9 years ago
Will look at this asap, sorry I have been very busy with other projects!

Original comment by fraser.c...@gmail.com on 4 Mar 2010 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by fraser.c...@gmail.com on 4 Mar 2010 at 3:30

GoogleCodeExporter commented 9 years ago
Done, many thanks...

Original comment by fraser.c...@gmail.com on 7 Mar 2010 at 5:00