LongTextStreamProgressEventArgs
Represents long text stream progress event data.
Gets a value indicating whether the long text stream transfer is complete.
Gets the request that raised this progress event.
Gets the total number of bytes written to the target stream.
public LongTextStreamProgressEventArgs(LongTextStreamRequest request, long totalBytesWritten, bool completed)
Initializes a new instance of the LongTextStreamProgressEventArgs struct.