The following tables list the members exposed by Base64Stream.
Name | Description | |
---|---|---|
Base64Stream Constructor | Provides reading and writing to a stream of base-64 characters. |
Name | Description | |
---|---|---|
CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. (Inherited from System.IO.Stream) | |
CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. (Inherited from System.IO.Stream) | |
CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) | |
CanWrite | When overridden in a derived class, gets a value indicating whether the current stream supports writing. (Inherited from System.IO.Stream) | |
Length | When overridden in a derived class, gets the length in bytes of the stream. (Inherited from System.IO.Stream) | |
Position | When overridden in a derived class, gets or sets the position within the current stream. (Inherited from System.IO.Stream) | |
ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) | |
WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
BeginRead | Begins an asynchronous read operation. (Inherited from System.IO.Stream) | |
BeginWrite | Begins an asynchronous write operation. (Inherited from System.IO.Stream) | |
Clear | Releases all resources used by the System.Security.Cryptography.CryptoStream. (Inherited from System.Security.Cryptography.CryptoStream) | |
Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from System.IO.Stream) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases the unmanaged resources used by the System.IO.Stream and optionally releases the managed resources. (Inherited from System.IO.Stream) | |
EndRead | Waits for the pending asynchronous read to complete. (Inherited from System.IO.Stream) | |
EndWrite | Ends an asynchronous write operation. (Inherited from System.IO.Stream) | |
Flush | When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Inherited from System.IO.Stream) | |
FlushFinalBlock | Updates the underlying data source or repository with the current state of the buffer, then clears the buffer. (Inherited from System.Security.Cryptography.CryptoStream) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Read | When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from System.IO.Stream) | |
ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from System.IO.Stream) | |
Seek | When overridden in a derived class, sets the position within the current stream. (Inherited from System.IO.Stream) | |
SetLength | When overridden in a derived class, sets the length of the current stream. (Inherited from System.IO.Stream) | |
Write | When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from System.IO.Stream) | |
WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
Reference
Base64Stream ClassCSharpTest.Net.Formatting Namespace