question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Listener address on remote server

See original GitHub issue

Because the ServerAddress setting is a literal string that gets fed through Dns.GetHostAddressesAsync, there is no way to specify IPAddress.All in the TcpListener, which would be convenient for hosting on a remote server where you don’t want to have to add in the VM’s hostname or local IP.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Shinetakucommented, Dec 1, 2018

When this issue be published to nuget?

Now remote address is not worked in docker container.

0reactions
fubar-codercommented, Jan 7, 2019

I just released 2.1.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the listening port in Remote Desktop
Type the new port number, and then click OK. Close the registry editor, and restart your computer. The next time you connect to...
Read more >
c# - remote socket listener
I would like to create a socket listener, but the listen address is from a remote server. So say SERVER A has the...
Read more >
Administering HTTP Listeners
An HTTP listener is a listen socket that has an Internet Protocol (IP) address, a port number, a server name, and a default...
Read more >
Setting up a network listener to receive messages from a ...
One listener can accept up to 10 incoming connections from remote clients on the same port. You can configure listeners to receive messages...
Read more >
Windows Command to check if a remote server port is ...
One way is telnet ..but this would work only if the service is running and listening on Port. But, is there a way...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found