TestServerOptions.BaseAddress Property

Definition

Gets or sets the base address associated with the HttpClient returned by the test server. Defaults to http://localhost/.

public Uri BaseAddress { get; set; }
member this.BaseAddress : Uri with get, set
Public Property BaseAddress As Uri

Property Value

Uri

Applies to