AppProperties.Addresses Property
Gets or sets the address collection for “host.Addresses”.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public AddressCollection Addresses { get; set; }
public:
property AddressCollection Addresses {
AddressCollection get();
void set(AddressCollection value);
}
member Addresses : AddressCollection with get, set
Public Property Addresses As AddressCollection
Property Value
Type: Microsoft.Owin.BuilderProperties.AddressCollection
The address collection for “host.Addresses”.
See Also
AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top