Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieve the address of the JSONFeed for with the supplied ReplyTo
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- reply
Type: System.String
- protocol
Type: System.String
Return Value
Type: System.String
Returns String.
.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.