Share via


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

See Also

Reference

RestApiDownloadState Class

Microsoft.TeamFoundation.Server.Core Namespace