Address.Create Method

Creates a new Address.

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

Syntax

'Declaration
Public Shared Function Create As Address
'Usage
Dim returnValue As Address 

returnValue = Address.Create()
public static Address Create()
public:
static Address Create()
static member Create : unit -> Address
public static function Create() : Address

Return Value

Type: Microsoft.Owin.BuilderProperties.Address
A new Address to create.

See Also

Reference

Address Structure

Microsoft.Owin.BuilderProperties Namespace