UriBuilder.Host プロパティ

定義

サーバーの DNS (Domain Name System) ホスト名または IP アドレスを取得または設定します。

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
public string Host { get; set; }
member this.Host : string with get, set
Public Property Host As String

プロパティ値

サーバーの DNS ホスト名または IP アドレス。

注釈

プロパティには Host 、サーバーの完全修飾 DNS ホスト名または IP アドレスが含まれています。

適用対象