This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AllowedHandler
[FlagsAttribute]
public enum AllowedHandler
[FlagsAttribute]
public enum class AllowedHandler
[<FlagsAttribute>]
type AllowedHandler
public enum AllowedHandler
Members
| Member name | Description | |
|---|---|---|
| All | The request can be processed in any manner. | |
| None | The request is forbidden. | |
| StaticAndAspNet | The request can be processed by ASP.NET excluding TFS handlers. Intended for static content like images, css and JavaScript files. | |
| TfsController | The request can be processed by TFS MVC routing and TFS Controllers. | |
| TfsHttpHandler | The request can be processed by TFS Http Handlers. | |
| TfsWebService | The request can be processed by TFS Web services. |