#1AmericanDadFanForLife
#1AmericanDadFanForLife
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
but for now I just need to send the C# program to be able to keep track of the service
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
the objects already mapped in java, so moving them over is something i can do
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
the end goal is to have it populate with different objects that behave according to their jars
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
yes, that sounds perfect
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
I am unfamiliar with poll
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
I plan to do more, but this basic confirmation that it is listening what I cant figure out
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
if I run the program while the service is up, and then I shut down the service, I want the program to be aware of it
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
so I have a shell that runs a service on my localhost:8888
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
at the very basic level, I want to be aware when the local host shuts down while the program is running
19 replies
CC#
Created by #1AmericanDadFanForLife on 1/17/2023 in #help
✅ How to make Event and Delegate to Subscribe to the LocalHost
yes
19 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
I see. I suppose that closes this issue then. Thank you.
15 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
here is the full block
15 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
System.Net.NetworkInformation.PingException: An exception occurred during a Ping request. ---> System.Net.Sockets.SocketException: No such host is known
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options)
--- End of inner exception stack trace ---
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options)
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress)
at CSharpcatcher.PingHost(String nameOrAddress) in C:\Users\alexander.noriega\source\repos\ConsoleApp1\ConsoleApp1\Program.cs:line 22
System.Net.NetworkInformation.PingException: An exception occurred during a Ping request. ---> System.Net.Sockets.SocketException: No such host is known
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options)
--- End of inner exception stack trace ---
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options)
at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress)
at CSharpcatcher.PingHost(String nameOrAddress) in C:\Users\alexander.noriega\source\repos\ConsoleApp1\ConsoleApp1\Program.cs:line 22
15 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
+ InnerException {"No such host is known"} System.Exception {System.Net.Sockets.SocketException}
15 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
{"An exception occurred during a Ping request."}
15 replies
CC#
Created by #1AmericanDadFanForLife on 11/21/2022 in #help
Pinging localhost [Answered]
it isn't a specific exception, as I haven't written one. It just returns false as that is the default value
15 replies