다음을 통해 공유


SimpleWorkerRequest.SendStatus(Int32, String) 메서드

정의

응답의 HTTP 상태 코드와 상태 설명(예: SendStatus(200, "Ok"))을 지정합니다.

public:
 override void SendStatus(int statusCode, System::String ^ statusDescription);
public override void SendStatus (int statusCode, string statusDescription);
override this.SendStatus : int * string -> unit
Public Overrides Sub SendStatus (statusCode As Integer, statusDescription As String)

매개 변수

statusCode
Int32

보낼 상태 코드입니다.

statusDescription
String

보낼 상태 설명입니다.

적용 대상