Share via


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
System_CAPS_pubmethod Address(IDictionary<String, Object>)

Initializes a new instance.

System_CAPS_pubmethod Address(String, String, String, String)

Initializes a new Address with the given parts.

Properties

Name Description
System_CAPS_pubproperty Dictionary

Gets the internal dictionary for this collection.

System_CAPS_pubproperty Host

The uri host.

System_CAPS_pubproperty Path

The uri path.

System_CAPS_pubproperty Port

The uri port.

System_CAPS_pubproperty Scheme

The uri scheme.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create()

Creates a new Address

System_CAPS_pubmethod Equals(Address)

Determines whether the specified object is equal to the current object.

System_CAPS_pubmethod Equals(Object)

Determines whether the specified object is equal to the current object.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethod Get<T>(String)

Gets a specified key and value from the underlying dictionary.

System_CAPS_pubmethod GetHashCode()

Returns the hash code for this instance.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Set(String, Object)

Sets a specified key and value in the underlying dictionary.

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(Address, Address)

Determines whether two specified instances of Address are equal.

System_CAPS_puboperatorSystem_CAPS_static 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