HTTPSendWriteString Method |
Mainly used to turn the string into a byte
buffer and then write it to our IO stream.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void WriteString(
Stream Output,
string Data
)
Public Sub WriteString (
Output As Stream,
Data As String
)
public:
void WriteString(
Stream^ Output,
String^ Data
)
member WriteString :
Output : Stream *
Data : string -> unit
Parameters
- Output
- Type: System.IOStream
The stream to write to. - Data
- Type: SystemString
The data to place into the stream.
See Also