메소드 | 설명 | |
---|---|---|
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
EndRead ( IAsyncResult ar ) : int | ||
EndWrite ( IAsyncResult ar ) : void | ||
Read ( byte buffer, int offset, int size ) : int | ||
Write ( byte buffer, int offset, int size ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
CheckError ( ) : void | ||
FileWebStream ( |
||
FileWebStream ( |
||
ICloseEx ( CloseExState closeState ) : void |
public BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
리턴 | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
리턴 | IAsyncResult |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
리턴 | int |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
리턴 | void |