다음을 통해 공유


StreamingResponse.InternalServerError(HttpContent) 메서드

정의

요청을 처리하는 동안 서버에서 오류가 발생했음을 나타내는 응답을 만듭니다.

public static Microsoft.Bot.Streaming.StreamingResponse InternalServerError(System.Net.Http.HttpContent body = default);
static member InternalServerError : System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingResponse
Public Shared Function InternalServerError (Optional body As HttpContent = Nothing) As StreamingResponse

매개 변수

body
HttpContent

추가 정보를 포함하는 선택적 본문입니다.

반환

적절한 상태 코드가 있고 본문에 전달된 응답입니다.

적용 대상