Share via


HttpContextConstants.IgnoreHostUrlMismatch Field

Existence of this flag in context.Items indicates we do not want to verify the url matched the host. This is used when routing SignalR request since we want them to go to the deployment host even though they come in on a collection or account url

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared ReadOnly IgnoreHostUrlMismatch As String
public static readonly string IgnoreHostUrlMismatch
public:
static initonly String^ IgnoreHostUrlMismatch
static val IgnoreHostUrlMismatch: string
public static final var IgnoreHostUrlMismatch : String

.NET Framework Security

See Also

Reference

HttpContextConstants Class

Microsoft.TeamFoundation.Framework.Server Namespace