StreamWrapper Constructor (Stream, Boolean)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    stream As Stream, _
    ownStream As Boolean _
)
public StreamWrapper(
    Stream stream,
    bool ownStream
)
public:
StreamWrapper(
    Stream^ stream, 
    bool ownStream
)
new : 
        stream:Stream * 
        ownStream:bool -> StreamWrapper
public function StreamWrapper(
    stream : Stream, 
    ownStream : boolean
)

Parameters

.NET Framework Security

See Also

Reference

StreamWrapper Class

StreamWrapper Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace