System::Net::Http::HttpUtilities::IsHttpUri method

HttpUtilities::IsHttpUri method

Checks if the specified URI is the HTTP URI.

static bool System::Net::Http::HttpUtilities::IsHttpUri(System::SharedPtr<Uri> uri)
ParameterTypeDescription
uriSystem::SharedPtr<Uri>The URI to check.

ReturnValue

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

See Also