1 <?xml version="1.0"?>
\r
4 <name>Microsoft.AspNetCore.Http.Connections.Common</name>
\r
7 <member name="T:Microsoft.AspNetCore.Http.Connections.HttpTransports">
\r
9 Constants related to HTTP transports.
\r
12 <member name="F:Microsoft.AspNetCore.Http.Connections.HttpTransports.All">
\r
14 A bitmask combining all available <see cref="T:Microsoft.AspNetCore.Http.Connections.HttpTransportType"/> values.
\r
17 <member name="T:Microsoft.AspNetCore.Http.Connections.HttpTransportType">
\r
19 Specifies transports that the client can use to send HTTP requests.
\r
22 This enumeration has a <see cref="T:System.FlagsAttribute"/> attribute that allows a bitwise combination of its member values.
\r
25 <member name="F:Microsoft.AspNetCore.Http.Connections.HttpTransportType.None">
\r
27 Specifies that no transport is used.
\r
30 <member name="F:Microsoft.AspNetCore.Http.Connections.HttpTransportType.WebSockets">
\r
32 Specifies that the web sockets transport is used.
\r
35 <member name="F:Microsoft.AspNetCore.Http.Connections.HttpTransportType.ServerSentEvents">
\r
37 Specifies that the server sent events transport is used.
\r
40 <member name="F:Microsoft.AspNetCore.Http.Connections.HttpTransportType.LongPolling">
\r
42 Specifies that the long polling transport is used.
\r
45 <member name="M:Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.IO.Stream)">
\r
48 This method is obsolete and will be removed in a future version.
\r
49 The recommended alternative is <see cref="M:Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan{System.Byte})" />.
\r