12        : base(path, mode, access, sharing)
 
 
   18        : base(path, mode, access, sharing, 
length, async)
 
 
   23    protected override void Dispose(
bool disposing)
 
   34            base.Dispose(disposing);
 
 
   89            return base.EndRead(ar);
 
 
 
virtual SafeFileHandle SafeFileHandle
 
override void Write(byte[] buffer, int offset, int size)
 
WebFileStream(FileWebRequest request, string path, FileMode mode, FileAccess access, FileShare sharing, int length, bool async)
 
override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
 
override IAsyncResult BeginWrite(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
 
override int EndRead(IAsyncResult ar)
 
WebFileStream(FileWebRequest request, string path, FileMode mode, FileAccess access, FileShare sharing)
 
override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
 
override void EndWrite(IAsyncResult ar)
 
override Task< int > ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
 
override void Dispose(bool disposing)
 
readonly FileWebRequest _request
 
override int Read(byte[] buffer, int offset, int size)
 
override Task CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken)
 
static string Format(string resourceFormat, object p1)
 
static string net_requestaborted