TestServer.BaseAddress プロパティ

定義

テスト サーバーによって返される HttpClient に関連付けられているベース アドレスを取得または設定します。 既定値は http://localhost/. です

public:
 property Uri ^ BaseAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri BaseAddress { get; set; }
member this.BaseAddress : Uri with get, set
Public Property BaseAddress As Uri

プロパティ値

Uri

適用対象