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
address
Type: Microsoft.Owin.BuilderProperties.AddressThe address to add to the collection.
See Also
AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top