Метод | Описание | |
---|---|---|
End ( ) : void | ||
End ( System.Action callback ) : void | ||
Flush ( ) : void | ||
HttpStream ( Manos.Http.HttpEntity entity, Manos stream ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SendBufferedOps ( ) : void | ||
SendFile ( string file_name ) : void | ||
SendFinalChunk ( System.Action callback ) : void | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Метод | Описание | |
---|---|---|
EnsureMetadata ( ) : void | ||
QueueBuffer ( ByteBuffer buffer ) : void | ||
QueueFile ( string file ) : void | ||
SendCallback ( System.Action callback ) : IEnumerable |
||
SendChunk ( long l, bool last ) : void | ||
SendFileData ( string fileName ) : void | ||
SendFileImpl ( string fileName ) : void | ||
Write ( byte buffer, int offset, int count, bool chunked ) : void | ||
WriteMetadata ( ) : void |
public End ( System.Action callback ) : void | ||
callback | System.Action | |
Результат | void |
public HttpStream ( Manos.Http.HttpEntity entity, Manos stream ) : System | ||
entity | Manos.Http.HttpEntity | |
stream | Manos | |
Результат | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Результат | long |
public SendFile ( string file_name ) : void | ||
file_name | string | |
Результат | void |
public SendFinalChunk ( System.Action callback ) : void | ||
callback | System.Action | |
Результат | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |