1 write to _httpConnectionOptions
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\ServerSentEventsTransport.cs (1)
43
_httpConnectionOptions
= httpConnectionOptions ?? new();
2 references to _httpConnectionOptions
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ServerSentEventsTransport.cs (2)
75
var pair = DuplexPipe.CreateConnectionPair(
_httpConnectionOptions
.TransportPipeOptions,
_httpConnectionOptions
.AppPipeOptions);