This documentation is archived and is not being maintained.

HttpContextConstants Class

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

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

public ref class HttpContextConstants abstract sealed

The HttpContextConstants type exposes the following members.

  NameDescription
Public fieldStatic memberIgnoreHostUrlMismatchExistence 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 memberOriginalRequestPath
Public fieldStatic memberRequestServiceHostId
Public fieldStatic memberTeamFoundationRequestContext
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: