RestApiDownloadState.PushResponseStream Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property PushResponseStream As Stream
public Stream PushResponseStream { get; set; }
public:
property Stream^ PushResponseStream {
Stream^ get ();
void set (Stream^ value);
}
member PushResponseStream : Stream with get, set
function get PushResponseStream () : Stream
function set PushResponseStream (value : Stream)
Property 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.