4 references to UnexpectedFrame
System.Net.Http (4)
System\Net\Http\HttpProtocolException.cs (1)
93Http3ErrorCode.UnexpectedFrame => "H3_FRAME_UNEXPECTED",
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
754throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.UnexpectedFrame); 766throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.UnexpectedFrame);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
901throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.UnexpectedFrame);