Пример #1
0
 // This is called when the remainder of a base64 value should be output.
 internal virtual void WriteEndBase64()
 {
     // The Flush will call WriteRaw to write out the rest of the encoded characters
     base64Encoder.Flush();
 }