1 write to SkipNegotiation
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionFactory.cs (1)
86
SkipNegotiation
= options.SkipNegotiation,
3 references to SkipNegotiation
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (2)
78
/// If the connection was created with <see cref="HttpConnectionOptions.
SkipNegotiation
"/> set to <c>true</c>
309
if (_httpConnectionOptions.
SkipNegotiation
)
HttpConnectionFactory.cs (1)
86
SkipNegotiation = options.
SkipNegotiation
,