System::Net::Http::HttpUtilities::IsHttpUri メソッド

HttpUtilities::IsHttpUri method

指定された URI が HTTP URI かどうかをチェックします。

static bool System::Net::Http::HttpUtilities::IsHttpUri(System::SharedPtr<Uri> uri)
パラメーター説明
uriSystem::SharedPtr<Uri>チェック対象の URI。

ReturnValue

指定された URI が HTTP URI の場合は true、そうでない場合は false です。

参照