StreamExtensions.CopyToAsync Method |
[Missing <summary> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]
Namespace: UMod.Shared
public static IEnumerator CopyToAsync( this Stream stream, Stream destination, Action<long> onProgress = null, int yieldAfterMilliseconds = 16 )
[Missing <param name="stream"/> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]
[Missing <param name="destination"/> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]
[Missing <param name="onProgress"/> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]
[Missing <param name="yieldAfterMilliseconds"/> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]
[Missing <returns> documentation for "M:UMod.Shared.StreamExtensions.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Action{System.Int64},System.Int32)"]