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

適用対象