Click or drag to resize
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.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void WriteString(
	Stream Output,
	string Data
)

Parameters

Output
Type: System.IOStream
The stream to write to.
Data
Type: SystemString
The data to place into the stream.
See Also