The following tables list the members exposed by WrappedStream.
Name | Description | |
---|---|---|
![]() |
BaseStream | |
![]() |
CanRead | Overridden. |
![]() |
CanSeek | Overridden. |
![]() |
CanTimeout | Overridden. |
![]() |
CanWrite | Overridden. |
![]() |
Length | Overridden. |
![]() |
Position | Overridden. |
![]() |
ReadTimeout | Overridden. |
![]() |
WriteTimeout | Overridden. |
Name | Description | |
---|---|---|
![]() |
BeginRead | Overridden. Begins an asynchronous read operation. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) |
![]() |
BeginWrite | Overridden. Begins an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) |
![]() |
Close | Overridden. Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. Instead of calling this method, ensure that the stream is properly disposed. |
![]() |
CopyTo | Overloaded. (Inherited from System.IO.Stream) |
![]() |
CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() |
CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() |
Dispose | Overloaded. Overridden. |
![]() |
EndRead | Overridden. Waits for the pending asynchronous read to complete. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) |
![]() |
EndWrite | Overridden. Ends an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) |
![]() |
Flush | Overridden. |
![]() |
FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() |
GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() |
Read | Overridden. |
![]() |
ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() |
ReadByte | Overridden. |
![]() |
Seek | Overridden. |
![]() |
SetLength | Overridden. |
![]() |
Write | Overridden. |
![]() |
WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() |
WriteByte | Overridden. |
Name | Description | |
---|---|---|
![]() |
CreateWaitHandle | (Inherited from System.IO.Stream) |
![]() |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() |
ObjectInvariant | (Inherited from System.IO.Stream) |