Share via


AddressCollection.Add Method (Address)

 

Adds the specified address to the collection.

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

Syntax

public void Add(
    Address address
)
public:
void Add(
    Address address
)
member Add : 
        address:Address -> unit
Public Sub Add (
    address As Address
)

Parameters

See Also

AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top