Property | Type | Description | |
---|---|---|---|
CreateFixedMemoryStream | FixedMemoryStream | ||
GetEncodingFromBuffer | |||
StartsWith | int |
Method | Description | |
---|---|---|
CopyToAsync ( |
||
CopyToAsync ( |
||
Dispose ( ) : void | ||
LoadIntoBufferAsync ( ) : System.Threading.Tasks.Task | ||
LoadIntoBufferAsync ( long maxBufferSize ) : System.Threading.Tasks.Task | ||
ReadAsByteArrayAsync ( ) : Task |
||
ReadAsStreamAsync ( ) : Task |
||
ReadAsStringAsync ( ) : Task |
Method | Description | |
---|---|---|
CreateContentReadStreamAsync ( ) : Task |
||
Dispose ( bool disposing ) : void | ||
SerializeToStreamAsync ( |
||
TryComputeLength ( long &length ) : bool |
Method | Description | |
---|---|---|
CreateFixedMemoryStream ( long maxBufferSize ) : FixedMemoryStream | ||
GetEncodingFromBuffer ( byte buffer, int length, int &preambleLength ) : |
||
StartsWith ( byte array, int length, byte value ) : int |
public CopyToAsync ( |
||
stream | ||
return | System.Threading.Tasks.Task |
public CopyToAsync ( |
||
stream | ||
context | TransportContext | |
return | System.Threading.Tasks.Task |
protected CreateContentReadStreamAsync ( ) : Task |
||
return | Task |
public LoadIntoBufferAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public LoadIntoBufferAsync ( long maxBufferSize ) : System.Threading.Tasks.Task | ||
maxBufferSize | long | |
return | System.Threading.Tasks.Task |
protected abstract SerializeToStreamAsync ( |
||
stream | ||
context | TransportContext | |
return | System.Threading.Tasks.Task |
protected abstract TryComputeLength ( long &length ) : bool | ||
length | long | |
return | bool |