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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.