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)
75var pair = DuplexPipe.CreateConnectionPair(_httpConnectionOptions.TransportPipeOptions, _httpConnectionOptions.AppPipeOptions);