Method | Description | |
---|---|---|
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 asyncResult ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int size ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int size ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AsyncReadCallback ( IAsyncResult ar ) : void | ||
CheckError ( ) : void | ||
FtpDataStream ( NetworkStream networkStream, |
||
ICloseEx ( CloseExState closeState ) : void | ||
SetSocketTimeoutOption ( int timeout ) : void |
public BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
return | void |