Share via


Address.Create Method ()

 

Creates a new Address

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

Syntax

public static Address Create()
public:
static Address Create()
static member Create : unit -> Address
Public Shared Function Create As Address

Return Value

Type: Microsoft.Owin.BuilderProperties.Address

A new Address

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top