StreamContent

StreamContent constructor

Initializes a new instance of the StreamContent class.

public StreamContent(Stream content)
ParameterTypeDescription
contentStreamThe content.

See Also