Dynamicweb.Modules.DataManagement Namespace : EncodedStringWriter Class |
The following tables list the members exposed by EncodedStringWriter.
Name | Description | |
---|---|---|
EncodedStringWriter Constructor |
Name | Description | |
---|---|---|
CoreNewLine | Stores the newline characters used for this TextWriter. (Inherited from System.IO.TextWriter) |
Name | Description | |
---|---|---|
Encoding | Overridden. | |
FormatProvider | Gets an object that controls formatting. (Inherited from System.IO.TextWriter) | |
NewLine | Gets or sets the line terminator string used by the current TextWriter. (Inherited from System.IO.TextWriter) |
Name | Description | |
---|---|---|
Close | Closes the current System.IO.StringWriter and the underlying stream. (Inherited from System.IO.StringWriter) | |
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.StringWriter and optionally releases the managed resources. (Inherited from System.IO.StringWriter) | |
Flush | Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.TextWriter) | |
FlushAsync | Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.StringWriter) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetStringBuilder | Returns the underlying System.Text.StringBuilder. (Inherited from System.IO.StringWriter) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ToString | Returns a string containing the characters written to the current StringWriter so far. (Inherited from System.IO.StringWriter) | |
Write | Overloaded. Writes a character to the string. (Inherited from System.IO.StringWriter) | |
WriteAsync | Overloaded. Writes a character to the string asynchronously. (Inherited from System.IO.StringWriter) | |
WriteLine | Overloaded. Writes a line terminator to the text string or stream. (Inherited from System.IO.TextWriter) | |
WriteLineAsync | Overloaded. Writes a character followed by a line terminator asynchronously to the string. (Inherited from System.IO.StringWriter) |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |