Property | Type | Description |
---|
Method | Description | |
---|---|---|
OwinResponse ( |
||
SendFileAsync ( string filePath ) : Task | ||
SendFileAsync ( string filePath, |
||
SendFileAsync ( string filePath, long offset, long count ) : Task | ||
SendFileAsync ( string filePath, long offset, long count, |
||
Write ( byte buffer ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
Write ( string text ) : void | ||
Write ( string text, |
||
WriteAsync ( byte buffer ) : Task | ||
WriteAsync ( byte buffer, int offset, int count ) : Task | ||
WriteAsync ( byte buffer, int offset, int count, |
||
WriteAsync ( string text ) : Task | ||
WriteAsync ( string text, |
||
WriteAsync ( string text, |
||
WriteAsync ( string text, |
public SendFileAsync ( string filePath ) : Task | ||
filePath | string | |
return | Task |
public SendFileAsync ( string filePath, |
||
filePath | string | |
cancel | ||
return | Task |
public SendFileAsync ( string filePath, long offset, long count ) : Task | ||
filePath | string | |
offset | long | |
count | long | |
return | Task |
public SendFileAsync ( string filePath, long offset, long count, |
||
filePath | string | |
offset | long | |
count | long | |
cancel | ||
return | Task |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public Write ( string text, |
||
text | string | |
encoding | ||
return | void |
public WriteAsync ( byte buffer, int offset, int count ) : Task | ||
buffer | byte | |
offset | int | |
count | int | |
return | Task |
public WriteAsync ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancel | ||
return | Task |
public WriteAsync ( string text, |
||
text | string | |
cancel | ||
return | Task |
public WriteAsync ( string text, |
||
text | string | |
encoding | ||
return | Task |
public WriteAsync ( string text, |
||
text | string | |
encoding | ||
cancel | ||
return | Task |