WebApplicationFactoryClientOptions.BaseAddress Property

Definition

Gets or sets the base address of HttpClient instances created by calling CreateClient(WebApplicationFactoryClientOptions). The default is 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

Property Value

Uri

Applies to