다음을 통해 공유


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의 합계가 문자열 길이보다 큰 경우

적용 대상