IsHttpUri()

HttpUtilities::IsHttpUri(System::SharedPtr<Uri>) method

Checks if the specified URI is the HTTP URI.

static bool System::Net::Http::HttpUtilities::IsHttpUri(System::SharedPtr<Uri> uri)

Arguments

ParameterTypeDescription
uriSystem::SharedPtr<Uri>The URI to check.

Return Value

True when the specified URI is the HTTP URI, otherwise false.

See Also