OutputStream

OutputStream constructor

Initializes a new instance of the OutputStream class.

public OutputStream(Stream stream, string uri)
ParameterTypeDescription
streamStreamThe output stream to be wrapped.
uriStringThe URI of stream location.

See Also