WrappingStream.BeginWrite method

Begins an asynchronous write operation.

public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, 
    AsyncCallback? callback, object? state)

See Also