RequestBuilder.TestServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TestServer instance for which the request is being built.
public:
property Microsoft::AspNetCore::TestHost::TestServer ^ TestServer { Microsoft::AspNetCore::TestHost::TestServer ^ get(); };
public Microsoft.AspNetCore.TestHost.TestServer TestServer { get; }
member this.TestServer : Microsoft.AspNetCore.TestHost.TestServer
Public ReadOnly Property TestServer As TestServer