Pass http end point address and port to server #3
Open
opened 6 years ago by SimonG96
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The used http end point address and port should somehow be passed to the server.
This could be done by:
Currently done by command line arguments that are parsed here:
c42db5b5b6/GBase.Server/GBaseServerSettings.cs (L33)called from here:
c42db5b5b6/GBase.Server/Program.cs (L16-L17)