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