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

'Declaration
Public Property BaseAddress As Uri 
    Get 
    Set
'Usage
Dim instance As TestServer 
Dim value As Uri 

value = instance.BaseAddress

instance.BaseAddress = value
public Uri BaseAddress { get; set; }
public:
property Uri^ BaseAddress {
    Uri^ get ();
    void set (Uri^ value);
}
member BaseAddress : Uri with get, set
function get BaseAddress () : Uri 
function set BaseAddress (value : Uri)

Property Value

Type: System.Uri
Returns Uri.

See Also

Reference

TestServer Class

Microsoft.Owin.Testing Namespace