Address Structure

 

Contains the parts of an address.

Namespace:   Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public value struct Address

NameDescription
System_CAPS_pubmethodAddress(IDictionary<String^, Object^>^)

Initializes a new instance.

System_CAPS_pubmethodAddress(String^, String^, String^, String^)

Initializes a new Address with the given parts.

NameDescription
System_CAPS_pubpropertyDictionary

Gets the internal dictionary for this collection.

System_CAPS_pubpropertyHost

The uri host.

System_CAPS_pubpropertyPath

The uri path.

System_CAPS_pubpropertyPort

The uri port.

System_CAPS_pubpropertyScheme

The uri scheme.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate()

Creates a new Address

System_CAPS_pubmethodEquals(Address)

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

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodGet<T>(String^)

Gets a specified key and value from the underlying dictionary.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSet(String^, Object^)

Sets a specified key and value in the underlying dictionary.

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Address, Address)

Determines whether two specified instances of Address are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: