StreamingResponse.NotFound(HttpContent) 메서드

정의

요청된 리소스를 찾을 수 없음을 나타내는 응답을 만듭니다.

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

매개 변수

body
HttpContent

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

반환

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

적용 대상