ProtectedStream Class Members
See Also  Properties Methods 
SourceCode.IO Namespace : ProtectedStream Class


Glossary Item Box

The following tables list the members exposed by ProtectedStream.

Public Constructors

  Name Description
Public Constructor ProtectedStream Constructor  
Top

Public Properties

  Name Description
Public Property CanRead Overridden.   
Public Property CanSeek Overridden.   
Public Property CanTimeout Overridden.   
Public Property CanWrite Overridden.   
Public Property Length Overridden.   
Public Property Position Overridden.   
Public Property ReadTimeout Overridden.   
Public Property WriteTimeout Overridden.   
Top

Public Methods

  Name Description
Public Method BeginRead Overridden. Begins an asynchronous read operation. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.)  
Public Method BeginWrite Overridden. Begins an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.)  
Public Method 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.  
Public Method CopyTo Overloaded.  (Inherited from System.IO.Stream)
Public Method CopyToAsync Overloaded.  (Inherited from System.IO.Stream)
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)
Public Method Dispose Overloaded. Overridden.   
Public Method 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.)  
Public Method EndWrite Overridden. Ends an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.)  
Public Method Equals  
Public Method Flush Overridden.   
Public Method FlushAsync Overloaded.  (Inherited from System.IO.Stream)
Public Method GetHashCode Serves as the default hash function.  
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public Method Read Overridden.   
Public Method ReadAsync Overloaded.  (Inherited from System.IO.Stream)
Public Method ReadByte Overridden.   
Public Method Seek Overridden.   
Public Method SetLength Overridden.   
Public Method ToString Returns a string that represents the current object.  
Public Method Write Overridden.   
Public Method WriteAsync Overloaded.  (Inherited from System.IO.Stream)
Public Method WriteByte Overridden.   
Top

Protected Methods

  Name Description
Protected Method CreateWaitHandle (Inherited from System.IO.Stream)
Protected Method MemberwiseClone Overloaded.  (Inherited from System.MarshalByRefObject)
Protected Method ObjectInvariant (Inherited from System.IO.Stream)
Top

See Also