TeamFoundationWebService.RequestContext Property
The RequestContext associated with this web service request.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected ReadOnly Property RequestContext As TeamFoundationRequestContext
protected TeamFoundationRequestContext RequestContext { get; }
protected:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
}
member RequestContext : TeamFoundationRequestContext with get
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.