14 references to CreateConnection
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (1)
824
return _manager.
CreateConnection
(options, clientProtocolVersion, useStatefulReconnect);
Internal\HttpConnectionManager.cs (1)
56
return
CreateConnection
(new());
Microsoft.AspNetCore.Http.Connections.Tests (12)
HttpConnectionDispatcherTests.cs (10)
209
var connection = manager.
CreateConnection
(options);
2161
var connection = manager.
CreateConnection
(options);
2379
var connection = manager.
CreateConnection
(options, negotiateVersion: 1, useStatefulReconnect: true);
2454
var connection = manager.
CreateConnection
(options, negotiateVersion: 1, useStatefulReconnect: true);
2549
var connection = manager.
CreateConnection
(options);
2611
var connection = manager.
CreateConnection
(options);
2668
var connection = manager.
CreateConnection
(options);
2767
var connection = manager.
CreateConnection
(options);
3147
var connection = manager.
CreateConnection
(options);
3575
var connection = manager.
CreateConnection
(options);
HttpConnectionManagerTests.cs (2)
204
var connection = connectionManager.
CreateConnection
(new(), negotiateVersion: 0);
225
var connection = connectionManager.
CreateConnection
(new(), negotiateVersion: 1);