RequestRestrictions Class
Visual Studio 2012
Describes the authentication and handler requirements for a client request.
Namespace:
Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The RequestRestrictions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AllowedHandlers | The allowed processing and handlers for a client request. |
![]() | AllowNonSsl | When ssl is configured, all requests will be redirected to a secure url unless this is set to true. |
![]() | Description | A brief description of this request restriction and the request paths it applies to. |
![]() | RequiredAuthentication | The required level of authentication for a client request. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString.) |
