HttpWriter.WriteString(String, Int32, Int32) 메서드

정의

지정된 시작 위치와 문자 수가 있는 문자열을 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문자 위치에서 시작하여 보낼 문자 수입니다.

예외

index 0보다 작습니다.

-또는-

count 0보다 작습니다.

-또는-

이 값 indexcount 합계는 문자열 길이보다 큽다.

적용 대상