예제 #1
0
 public static Task <int> CopyMessageToAsync(this PipeStream pipe, Stream stream)
 {
     return(pipe.CopyMessageToAsync(stream, CancellationToken.None));
 }