메소드 | 설명 | |
---|---|---|
BeginWrite ( byte buffer, int offset, int count, System callback, object state ) : IAsyncResult | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( |
||
Write ( byte buffer, int offset, int count ) : void | ||
WriteAsync ( byte buffer, int offset, int count, |
||
WriteByte ( byte value ) : void |
메소드 | 설명 | |
---|---|---|
Faulted ( ) : void | ||
OutputStream ( |
||
Start ( bool force ) : void |
public BeginWrite ( byte buffer, int offset, int count, System callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | System | |
state | object | |
리턴 | IAsyncResult |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public FlushAsync ( |
||
cancellationToken | ||
리턴 | Task |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |
public WriteAsync ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
리턴 | Task |