HostString Structure

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

Syntax

'Declaration
Public Structure HostString _
    Implements IEquatable(Of HostString)
'Usage
Dim instance As HostString
public struct HostString : IEquatable<HostString>
public value class HostString : IEquatable<HostString>
[<SealedAttribute>]
type HostString =  
    struct 
        interface IEquatable<HostString>
    end
JScript suports the use of structures, but not the declaration of new ones.

The HostString type exposes the following members.

Constructors

  Name Description
Public method HostString

Top

Properties

  Name Description
Public property Value

Top

Methods

  Name Description
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(HostString)
Public methodStatic member FromUriComponent(String)
Public methodStatic member FromUriComponent(Uri)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)
Public method ToUriComponent

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

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

Reference

Microsoft.Owin Namespace