Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Configure ( _
    requestContext As TeamFoundationRequestContext, _
    realm As Uri _
)
public void Configure(
    TeamFoundationRequestContext requestContext,
    Uri realm
)
public:
void Configure(
    TeamFoundationRequestContext^ requestContext, 
    Uri^ realm
)
member Configure : 
        requestContext:TeamFoundationRequestContext * 
        realm:Uri -> unit
public function Configure(
    requestContext : TeamFoundationRequestContext, 
    realm : Uri
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- realm
 Type: System.Uri
.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.