uri クラス : Authority ゲッタ
説明
サーバーの DNS ホスト名または IP アドレスとポート番号を取得します。
構文
uriInstance.Authority
引数
無し。
返り値
クラス | 説明 |
string | サーバーの DNS ホスト名または IP アドレスとポート番号。 |
サンプルコード
1: | uri u = new uri("http://www.example.com/aaa/bbb.html"); |
2: | string absolutePath = u.Authority; |
注意
これはSystem.Uri.Authority プロパティのラッパーです。