C# 클래스 Owin.Types.OwinResponse

파일 보기 프로젝트 열기: owin/museum-piece-owin-hosting 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OwinResponse ( OwinRequest request )
SendFileAsync ( string filePath ) : Task
SendFileAsync ( string filePath, CancellationToken cancel ) : Task
SendFileAsync ( string filePath, long offset, long count ) : Task
SendFileAsync ( string filePath, long offset, long count, CancellationToken cancel ) : Task
Write ( byte buffer ) : void
Write ( byte buffer, int offset, int count ) : void
Write ( string text ) : void
Write ( string text, Encoding encoding ) : void
WriteAsync ( byte buffer ) : Task
WriteAsync ( byte buffer, int offset, int count ) : Task
WriteAsync ( byte buffer, int offset, int count, CancellationToken cancel ) : Task
WriteAsync ( string text ) : Task
WriteAsync ( string text, CancellationToken cancel ) : Task
WriteAsync ( string text, Encoding encoding ) : Task
WriteAsync ( string text, Encoding encoding, CancellationToken cancel ) : Task

메소드 상세

OwinResponse() 공개 메소드

public OwinResponse ( OwinRequest request )
request OwinRequest

SendFileAsync() 공개 메소드

public SendFileAsync ( string filePath ) : Task
filePath string
리턴 Task

SendFileAsync() 공개 메소드

public SendFileAsync ( string filePath, CancellationToken cancel ) : Task
filePath string
cancel System.Threading.CancellationToken
리턴 Task

SendFileAsync() 공개 메소드

public SendFileAsync ( string filePath, long offset, long count ) : Task
filePath string
offset long
count long
리턴 Task

SendFileAsync() 공개 메소드

public SendFileAsync ( string filePath, long offset, long count, CancellationToken cancel ) : Task
filePath string
offset long
count long
cancel System.Threading.CancellationToken
리턴 Task

Write() 공개 메소드

public Write ( byte buffer ) : void
buffer byte
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void

Write() 공개 메소드

public Write ( string text, Encoding encoding ) : void
text string
encoding System.Text.Encoding
리턴 void

WriteAsync() 공개 메소드

public WriteAsync ( byte buffer ) : Task
buffer byte
리턴 Task

WriteAsync() 공개 메소드

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

WriteAsync() 공개 메소드

public WriteAsync ( byte buffer, int offset, int count, CancellationToken cancel ) : Task
buffer byte
offset int
count int
cancel System.Threading.CancellationToken
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string text ) : Task
text string
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string text, CancellationToken cancel ) : Task
text string
cancel System.Threading.CancellationToken
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string text, Encoding encoding ) : Task
text string
encoding System.Text.Encoding
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string text, Encoding encoding, CancellationToken cancel ) : Task
text string
encoding System.Text.Encoding
cancel System.Threading.CancellationToken
리턴 Task