Uri.UriSchemeGopher フィールドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Uri.UriSchemeGopher フィールドの意味・解説 

Uri.UriSchemeGopher フィールド

Gopher プロトコル経由URIアクセスすることを指定します。このフィールド読み取り専用です。

名前空間: System
アセンブリ: System (system.dll 内)
構文構文

Public Shared ReadOnly UriSchemeGopher
 As String
Dim value As String

value = Uri.UriSchemeGopher
public static readonly string
 UriSchemeGopher
public:
static initonly String^ UriSchemeGopher
public static final String UriSchemeGopher
public static final var
 UriSchemeGopher : String
使用例使用例

Uri インスタンス作成しスキームUriSchemeGopher であるかどうか判断する例を次に示します

Dim address6 As New Uri("gopher://example.contoso.com/")
If address6.Scheme = Uri.UriSchemeGopher Then
    Console.WriteLine("Uri is Gopher protocol")
Uri address6 = new Uri("gopher://example.contoso.com/");
if (address6.Scheme == Uri.UriSchemeGopher)
    Console.WriteLine("Uri is Gopher protocol");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

Uri.UriSchemeGopher フィールドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Uri.UriSchemeGopher フィールドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS