Partilhar via


Utilities.IsValidOnlineHost(Uri) Method

Definition

Looks at the URL provided and determines if the URL is a valid online URI

public:
 static bool IsValidOnlineHost(Uri ^ hostUri);
public static bool IsValidOnlineHost (Uri hostUri);
static member IsValidOnlineHost : Uri -> bool
Public Shared Function IsValidOnlineHost (hostUri As Uri) As Boolean

Parameters

hostUri
Uri

URI to examine

Returns

Returns true if the URI is recognized as online, or false if not.

Applies to