CanRead | |
CanSeek | |
CanTimeout (inherited from Stream) | Gets a value that determines whether the current stream can time out. |
CanWrite | |
Length | |
Position | |
ReadTimeout (inherited from Stream) | Gets or sets a value that determines how long the stream will attempt to read before timing out. |
Users | The number of users using the stream. |
WriteTimeout (inherited from Stream) | Gets or sets a value that determines how long the stream will attempt to write before timing out. |
BeginRead | |
BeginWrite | |
Close | Decreases the number of users using this stream with 1. If the number of users is below 0 the stream will really be closed. |
CreateObjRef | |
Dispose (inherited from Stream) | Overloaded. Releases all resources used by the Stream. |
EndRead | |
EndWrite | |
Equals | |
Flush | |
GetHashCode | |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService | |
Open | Increases the number of users using this stream with 1. |
Read | |
ReadByte | |
Seek | |
SetLength | |
ToString | |
Write | |
WriteByte |
CreateWaitHandle (inherited from Stream) | Obsolete. Allocates a WaitHandle object. |
Dispose (inherited from Stream) | Overloaded. Releases the unmanaged resources used by the Stream and optionally releases the managed resources. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
PersistentStream Class | XihSolutions.DotMSN.DataTransfer Namespace