HttpWriter.WriteString(String, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将具有指定起始位置和字符数的字符串发送到 HTTP 输出流。
public:
void WriteString(System::String ^ s, int index, int count);
public void WriteString (string s, int index, int count);
member this.WriteString : string * int * int -> unit
Public Sub WriteString (s As String, index As Integer, count As Integer)
参数
- s
- String
要发送到 HTTP 输出流的字符串。
- index
- Int32
要发送的第一个字节的字符位置。
- count
- Int32
从 index
所指定的位置开始要发送的字符数。