Table of Contents

Method WriteAsync

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v10.dll

WriteAsync(byte[], int, int, CancellationToken)

public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)

Parameters

buffer byte[]
offset int
count int
cancellationToken CancellationToken

Returns

Task