| ResponseWrite Method (Char, Int32, Int32) |
Writes the specified array of characters to the response output stream
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public void Write(
char[] buffer,
int index,
int count
)
Public Sub Write (
buffer As Char(),
index As Integer,
count As Integer
)
Parameters
- buffer
- Type: SystemChar
The character array to write - index
- Type: SystemInt32
The position in the character array where writing starts - count
- Type: SystemInt32
The number of characters to write, starting at index
Implements
IResponseWrite(Char, Int32, Int32)See Also