Click or drag to resize
WebSstreamWriteToStream Method

Namespace: DrawerBackup.Native.IO
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void WriteToStream(
	Stream outputStream,
	HttpContent content,
	TransportContext context
)

Parameters

outputStream
Type: System.IOStream
content
Type: System.Net.HttpHttpContent
context
Type: System.NetTransportContext
See Also