HttpContextConstants Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.HttpContextConstants

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

Syntax

'Declaration
Public NotInheritable Class HttpContextConstants
public static class HttpContextConstants
public ref class HttpContextConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type HttpContextConstants =  class end
public final class HttpContextConstants

The HttpContextConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member IgnoreHostUrlMismatch 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
Public fieldStatic member OriginalRequestPath
Public fieldStatic member RequestServiceHostId
Public fieldStatic member TeamFoundationRequestContext

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.TeamFoundation.Framework.Server Namespace