NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWriter.Write (Char[], Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub Write( _
   ByVal buffer() As Char, _
   ByVal index As Integer, _
   ByVal count As Integer _
)
[C#]
public override void Write(
   char[] buffer,
   int index,
   int count
);
[C++]
public: override void Write(
   __wchar_t* buffer[],
   int index,
   int count
);
[JScript]
public override function Write(
   buffer : Char[],
   index : int,
   count : int
);

Parameters

buffer
[To be supplied.]
index
[To be supplied.]
count
[To be supplied.]

See Also

HttpWriter Class | HttpWriter Members | System.Web Namespace | HttpWriter.Write Overload List