TestServer.BaseAddress Property

 

Gets or sets the base address used when making requests. The default is 'https://localhost/'.

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

Syntax

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

Property Value

Type: System.Uri

Returns Uri.

See Also

TestServer Class
Microsoft.Owin.Testing Namespace

Return to top