TeamFoundationHttpHandler.RequestContext Property
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Protected ReadOnly Property RequestContext As TeamFoundationRequestContext
Get
protected TeamFoundationRequestContext RequestContext { get; }
protected:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
}
member RequestContext : TeamFoundationRequestContext
function get RequestContext () : TeamFoundationRequestContext
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
.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.
See Also
Reference
TeamFoundationHttpHandler Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace