프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateFixedMemoryStream | FixedMemoryStream | ||
GetEncodingFromBuffer | |||
StartsWith | int |
메소드 | 설명 | |
---|---|---|
CopyToAsync ( |
||
CopyToAsync ( |
||
Dispose ( ) : void | ||
LoadIntoBufferAsync ( ) : System.Threading.Tasks.Task | ||
LoadIntoBufferAsync ( long maxBufferSize ) : System.Threading.Tasks.Task | ||
ReadAsByteArrayAsync ( ) : Task |
||
ReadAsStreamAsync ( ) : Task |
||
ReadAsStringAsync ( ) : Task |
메소드 | 설명 | |
---|---|---|
CreateContentReadStreamAsync ( ) : Task |
||
Dispose ( bool disposing ) : void | ||
SerializeToStreamAsync ( |
||
TryComputeLength ( long &length ) : bool |
메소드 | 설명 | |
---|---|---|
CreateFixedMemoryStream ( long maxBufferSize ) : FixedMemoryStream | ||
GetEncodingFromBuffer ( byte buffer, int length, int &preambleLength ) : |
||
StartsWith ( byte array, int length, byte value ) : int |
public CopyToAsync ( |
||
stream | ||
리턴 | System.Threading.Tasks.Task |
public CopyToAsync ( |
||
stream | ||
context | TransportContext | |
리턴 | System.Threading.Tasks.Task |
public LoadIntoBufferAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public LoadIntoBufferAsync ( long maxBufferSize ) : System.Threading.Tasks.Task | ||
maxBufferSize | long | |
리턴 | System.Threading.Tasks.Task |
protected abstract SerializeToStreamAsync ( |
||
stream | ||
context | TransportContext | |
리턴 | System.Threading.Tasks.Task |
protected abstract TryComputeLength ( long &length ) : bool | ||
length | long | |
리턴 | bool |