다음을 통해 공유


IWebTransportSession.Abort(Int32) 메서드

정의

WebTransport 세션을 갑자기 닫고 모든 스트림을 중지합니다.

public void Abort (int errorCode);
abstract member Abort : int -> unit
Public Sub Abort (errorCode As Integer)

매개 변수

errorCode
Int32

중단의 원인에 해당하는 HTTP 오류 코드입니다.

설명

오류 코드는 여기에 설명되어 있습니다. https://www.rfc-editor.org/rfc/rfc9114.html#name-http-3-error-codes

적용 대상