Click or drag to resize
WebSTransferExtensionsCopyTo Method
Copy the current content to a stream

Namespace: DrawerBackup.Storage.WebS.Extensions
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static void CopyTo(
	this HttpContent content,
	Stream destination
)

Parameters

content
Type: System.Net.HttpHttpContent
destination
Type: System.IOStream

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpContent. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also