mscorlib(4.0.0.0) API with additions
System.IO.Stream Member List

This is the complete list of members for System.IO.Stream, including all inherited members.

BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)System.IO.Streamvirtual
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)System.IO.Streamvirtual
CanReadSystem.IO.Stream
CanSeekSystem.IO.Stream
CanTimeoutSystem.IO.Stream
CanWriteSystem.IO.Stream
Close()System.IO.Streamvirtual
CopyTo(Stream destination)System.IO.Stream
CopyTo(Stream destination, int bufferSize)System.IO.Stream
CopyToAsync(Stream destination)System.IO.Stream
CopyToAsync(Stream destination, int bufferSize)System.IO.Stream
CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken)System.IO.Streamvirtual
CreateObjRef(Type requestedType)System.MarshalByRefObjectvirtual
CreateWaitHandle()System.IO.Streamprotectedvirtual
Dispose()System.IO.Stream
Dispose(bool disposing)System.IO.Streamprotectedvirtual
EndRead(IAsyncResult asyncResult)System.IO.Streamvirtual
EndWrite(IAsyncResult asyncResult)System.IO.Streamvirtual
Flush()System.IO.Streampure virtual
FlushAsync()System.IO.Stream
FlushAsync(CancellationToken cancellationToken)System.IO.Streamvirtual
GetLifetimeService()System.MarshalByRefObject
InitializeLifetimeService()System.MarshalByRefObjectvirtual
LengthSystem.IO.Stream
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectprotected
NullSystem.IO.Streamstatic
ObjectInvariant()System.IO.Streamprotectedvirtual
PositionSystem.IO.Stream
Read([In] [Out] byte[] buffer, int offset, int count)System.IO.Streampure virtual
ReadAsync(byte[] buffer, int offset, int count)System.IO.Stream
ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.IO.Streamvirtual
ReadByte()System.IO.Streamvirtual
ReadTimeoutSystem.IO.Stream
Seek(long offset, SeekOrigin origin)System.IO.Streampure virtual
SetLength(long value)System.IO.Streampure virtual
Stream()System.IO.Streamprotected
Synchronized(Stream stream)System.IO.Streamstatic
Write(byte[] buffer, int offset, int count)System.IO.Streampure virtual
WriteAsync(byte[] buffer, int offset, int count)System.IO.Stream
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.IO.Streamvirtual
WriteByte(byte value)System.IO.Streamvirtual
WriteTimeoutSystem.IO.Stream