IBlobProvider.GetStream Method
Returns a content stream for the given resource in the given container
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetStream ( _
containerId As Guid, _
resourceId As String _
) As Stream
Stream GetStream(
Guid containerId,
string resourceId
)
Stream^ GetStream(
Guid containerId,
String^ resourceId
)
abstract GetStream :
containerId:Guid *
resourceId:string -> Stream
function GetStream(
containerId : Guid,
resourceId : String
) : Stream
Parameters
- containerId
Type: System.Guid
- resourceId
Type: System.String
Return Value
Type: System.IO.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.