Re: Visual C# General New to C# - Quick Question about StreamWriter
mwalts
Oh, and a great way to handle that type of problem on your own is by using MSDN as a resource.
http://msdn2.microsoft.com/en-us/library/7hzczzed.aspx
shows exactly what you should do, and explains the return type in the Return Value section, and further in the Remarks section.
Admittedly, that only helps if you suspect that the Ping class might be your problem, but having methods return flags based on failure is a fairly common practice in all programming languages.
Don't mean to sound like a jerk, I know I used to get annoyed when people would just tell me to RTFM (Read The Fairlygood(*cough*) Manual), but it is an excellent resource.
Good luck,
-mwalts