RequestRestrictions.AllowedHandlers Property
The allowed processing and handlers for a client request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property AllowedHandlers As AllowedHandler
public AllowedHandler AllowedHandlers { get; private set; }
public:
property AllowedHandler AllowedHandlers {
AllowedHandler get ();
private: void set (AllowedHandler value);
}
member AllowedHandlers : AllowedHandler with get, private set
function get AllowedHandlers () : AllowedHandler
private function set AllowedHandlers (value : AllowedHandler)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.AllowedHandler
Returns AllowedHandler.
.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.