Address Structure
Contains the parts of an address.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public struct Address
public value struct Address
[<Sealed>]
type Address = struct end
Public Structure Address
Constructors
Name | Description | |
---|---|---|
![]() |
Address(IDictionary<String, Object>) | Initializes a new instance. |
![]() |
Address(String, String, String, String) | Initializes a new Address with the given parts. |
Properties
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. |
Methods
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.) |
Operators
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.BuilderProperties Namespace
Return to top