Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.StreamToStreamCopy Class Reference

Static Public Member Functions

static void Copy (Stream source, Stream destination, int bufferSize, bool disposeSource)
 
static Task CopyAsync (Stream source, Stream destination, int bufferSize, bool disposeSource, CancellationToken cancellationToken=default(CancellationToken))
 

Static Private Member Functions

static void DisposeSource (Stream source)
 

Detailed Description

Definition at line 7 of file StreamToStreamCopy.cs.


The documentation for this class was generated from the following file: