HttpResponse.CompleteAsync 메서드

정의

나머지 응답 헤더, 데이터 또는 트레일러를 플러시합니다. 응답이 Content-Length 불일치와 같은 잘못된 상태에 있는 경우 이 오류가 발생할 수 있습니다.

public:
 virtual System::Threading::Tasks::Task ^ CompleteAsync();
public virtual System.Threading.Tasks.Task CompleteAsync ();
abstract member CompleteAsync : unit -> System.Threading.Tasks.Task
override this.CompleteAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function CompleteAsync () As Task

반환

적용 대상