Address Structure
Contains the parts of an address.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Address(IDictionary<String^, Object^>^) | Initializes a new instance. |
![]() | Address(String^, String^, String^, String^) | Initializes a new Address with the given parts. |
| Name | Description | |
|---|---|---|
![]() | Dictionary | Gets the internal dictionary for this collection. |
![]() | Host | The uri host. |
![]() | Path | The uri path. |
![]() | Port | The uri port. |
![]() | Scheme | The uri scheme. |
| Name | Description | |
|---|---|---|
![]() ![]() | Create() | Creates a new Address |
![]() | Equals(Address) | Determines whether the specified object is equal to the current object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Overrides ValueType::Equals(Object^).) |
![]() | Get<T>(String^) | Gets a specified key and value from the underlying dictionary. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Set(String^, Object^) | Sets a specified key and value in the underlying dictionary. |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Address, Address) | Determines whether two specified instances of Address are equal. |
![]() ![]() | Inequality(Address, Address) | Determines whether two specified instances of Address are not equal. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



