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.
Gets the content for this object from the owning repository.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function GetContent ( _
requestContext As TeamFoundationRequestContext _
) As Stream
public Stream GetContent(
TeamFoundationRequestContext requestContext
)
public:
Stream^ GetContent(
TeamFoundationRequestContext^ requestContext
)
member GetContent :
requestContext:TeamFoundationRequestContext -> Stream
public function GetContent(
requestContext : TeamFoundationRequestContext
) : Stream
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.IO.Stream
Returns Stream.
.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.