System.Web.HttpWriter.WriteString Method

Sends a string with the specified starting position and number of characters to the HTTP output stream.

Syntax

public void WriteString (string s, int index, int count)

Parameters

s
The string to send to the HTTP output stream.
index
The character position of the first byte to send.
count
The number of characters to send, beginning at the character position specified by index.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0