C# 클래스 SystemWebAdapter.Internal.OutputStream

상속: DelegatingStream
파일 보기 프로젝트 열기: avanderhoorn/SystemWebAdapter

공개 메소드들

메소드 설명
BeginWrite ( byte buffer, int offset, int count, System callback, object state ) : IAsyncResult
EndWrite ( IAsyncResult asyncResult ) : void
Flush ( ) : void
FlushAsync ( CancellationToken cancellationToken ) : Task
Write ( byte buffer, int offset, int count ) : void
WriteAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task
WriteByte ( byte value ) : void

비공개 메소드들

메소드 설명
Faulted ( ) : void
OutputStream ( HttpResponse response, System.Action start, System.Action faulted ) : System
Start ( bool force ) : void

메소드 상세

BeginWrite() 공개 메소드

public BeginWrite ( byte buffer, int offset, int count, System callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback System
state object
리턴 IAsyncResult

EndWrite() 공개 메소드

public EndWrite ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.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, CancellationToken cancellationToken ) : Task
buffer byte
offset int
count int
cancellationToken System.Threading.CancellationToken
리턴 Task

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void