C# Class System.Net.Http.StreamContent.ReadOnlyStream

Inheritance: Stream
Show file Open project: dotnet/corefx

Public Methods

Method Description
Write ( byte buffer, int offset, int count ) : void
WriteAsync ( byte buffer, int offset, int count, Threading cancellationToken ) : Task

Method Details

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteAsync() public method

public WriteAsync ( byte buffer, int offset, int count, Threading cancellationToken ) : Task
buffer byte
offset int
count int
cancellationToken Threading
return Task