다음을 통해 공유


WebApplicationFactoryClientOptions.BaseAddress 속성

정의

를 호출CreateClient(WebApplicationFactoryClientOptions)하여 만든 인스턴스의 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

적용 대상