Partager via


_NetworkState.IsDestinationReachable(String) Méthode

Définition

Gets a value that indicates whether a connection can be made to the specified network destination.

public:
 bool IsDestinationReachable(System::String ^ bstrDestination);
public bool IsDestinationReachable (string bstrDestination);
abstract member IsDestinationReachable : string -> bool
Public Function IsDestinationReachable (bstrDestination As String) As Boolean

Paramètres

bstrDestination
String

Specifies the location to check for network connectivity as a Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address.

Retours

true if a connection can be made to the specified URL, UNC path, or IP address; otherwise, false.

Remarques

La valeur spécifiée pour bstrDestination doit être un chemin UNC qui inclut un nom de serveur et un nom de partage, tel que @"\\MyServer\MyShare », ou une URL commençant par l’un des identificateurs de protocole suivants : http, https ou fichier.

S’applique à