Exemple #1
0
 /// <summary>
 /// Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
 /// </summary>
 unsafe public override void Flush()
 {
     MobileDevice.AFCFlushData(phone.AFCHandle, handle);
 }