c# - How to check whether server is accessible? -


directory.exists(@"\myserver\images") command works correctly while directory.exists(@"\myserver") doesn't.

can suggest me "directory.exists" equivalent check accessibility of servers.

please don't suggest ping server, because icmp blocked server firewall , ping command doesn't work. , don't refer similar questions using ping command can acceptable question posters.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -