TeamFoundationAuthenticationService.JSONFeed Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function JSONFeed ( _
    requestContext As TeamFoundationRequestContext, _
    reply As String, _
    protocol As String _
) As String
public string JSONFeed(
    TeamFoundationRequestContext requestContext,
    string reply,
    string protocol
)
public:
String^ JSONFeed(
    TeamFoundationRequestContext^ requestContext, 
    String^ reply, 
    String^ protocol
)
member JSONFeed : 
        requestContext:TeamFoundationRequestContext * 
        reply:string * 
        protocol:string -> string
public function JSONFeed(
    requestContext : TeamFoundationRequestContext, 
    reply : String, 
    protocol : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationAuthenticationService Class

Microsoft.TeamFoundation.Framework.Server Namespace