C# 클래스 System.Net.Http.StreamContent.ReadOnlyStream

상속: Stream
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Write ( byte buffer, int offset, int count ) : void
WriteAsync ( byte buffer, int offset, int count, Threading cancellationToken ) : Task

메소드 상세

Write() 공개 메소드

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

WriteAsync() 공개 메소드

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