Home
last modified time | relevance | path

Searched defs:transportSettings (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.WasHosting/System/ServiceModel/WasHosting/
H A DMetabaseSettingsIis7.cs155 …cessAnonymousAuthentication(Configuration config, ref HostedServiceTransportSettings transportSett… in ProcessAnonymousAuthentication()
167 … ProcessBasicAuthentication(Configuration config, ref HostedServiceTransportSettings transportSett… in ProcessBasicAuthentication()
180 …rocessWindowsAuthentication(Configuration config, ref HostedServiceTransportSettings transportSett… in ProcessWindowsAuthentication()
224 …ProcessDigestAuthentication(Configuration config, ref HostedServiceTransportSettings transportSett… in ProcessDigestAuthentication()
236 …void ProcessSecurityAccess(Configuration config, ref HostedServiceTransportSettings transportSetti… in ProcessSecurityAccess()
488 …thentication(string siteName, string virtualPath, ref HostedServiceTransportSettings transportSett… in ProcessAnonymousAuthentication()
500 …thentication(string siteName, string virtualPath, ref HostedServiceTransportSettings transportSett… in ProcessBasicAuthentication()
513 …thentication(string siteName, string virtualPath, ref HostedServiceTransportSettings transportSett… in ProcessWindowsAuthentication()
557 …thentication(string siteName, string virtualPath, ref HostedServiceTransportSettings transportSett… in ProcessDigestAuthentication()
569 …curityAccess(string siteName, string virtualPath, ref HostedServiceTransportSettings transportSett… in ProcessSecurityAccess()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/async_tran/
H A DQuicAsyncTransportServer.cpp26 quic::TransportSettings transportSettings; in setTransportSettings() local
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DHQConnector.cpp40 quic::TransportSettings transportSettings) { in setTransportSettings()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/happyeyeballs/
H A DQuicHappyEyeballsFunctions.cpp124 const TransportSettings& transportSettings, in happyEyeballsSetUpSocket()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/client/connector/
H A DQuicConnector.cpp47 quic::TransportSettings transportSettings, in connect()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/flowcontrol/
H A DQuicFlowController.cpp25 const TransportSettings& transportSettings, in calculateNewWindowUpdate()
404 const TransportSettings& transportSettings) { in updateFlowControlStateWithSettings()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/transport/
H A DH3DatagramAsyncSocket.cpp176 quic::TransportSettings transportSettings; in startClient() local
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DQuicStreamManager.h32 const TransportSettings& transportSettings) in QuicStreamManager()
69 const TransportSettings& transportSettings, in QuicStreamManager()
H A DStateData.h670 TransportSettings transportSettings; member
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/
H A DQuicServerPacketRouter.cpp26 const TransportSettings& transportSettings, in TakeoverHandlerCallback()
H A DQuicServer.cpp604 void QuicServer::setTransportSettings(TransportSettings transportSettings) { in setTransportSettings()
H A DQuicServerWorker.cpp1095 TransportSettings transportSettings) { in setTransportSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSingletonConnectionReader.cs37 IConnectionOrientedTransportFactorySettings transportSettings; field in System.ServiceModel.Channels.ServerSingletonPreambleConnectionReader
1049 IConnectionOrientedTransportFactorySettings transportSettings; field in System.ServiceModel.Channels.SingletonConnectionReader
1054 IConnectionOrientedTransportFactorySettings transportSettings, Uri via) in SingletonConnectionReader()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/api/test/
H A DQuicTransportTest.cpp2611 TransportSettings transportSettings; in TEST_F() local
2637 TransportSettings transportSettings; in TEST_F() local
2645 TransportSettings transportSettings; in TEST_F() local
2655 TransportSettings transportSettings; in TEST_F() local
2668 TransportSettings transportSettings; in TEST_F() local
2692 TransportSettings transportSettings; in TEST_F() local
2719 TransportSettings transportSettings; in TEST_F() local
3215 TransportSettings transportSettings; in TEST_F() local
H A DQuicTransportBaseTest.cpp705 auto transportSettings = transport->getTransportSettings(); in TEST_F() local
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/httpserver/samples/hq/
H A DHQParams.h69 quic::TransportSettings transportSettings; member
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/api/
H A DQuicTransportBase.cpp2965 TransportSettings transportSettings) { in setTransportSettings()
3036 const TransportSettings& transportSettings) { in updateCongestionControlSettings()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHQSession.h84 folly::Optional<quic::TransportSettings> transportSettings; member
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/fizz/client/test/
H A DQuicClientTransportTest.cpp246 auto transportSettings = client->getTransportSettings(); in createClient() local
256 auto transportSettings = server->getTransportSettings(); in createServer() local
5495 auto& transportSettings = client->getNonConstConn().transportSettings; in TEST_F() local
6497 TransportSettings transportSettings; in TEST() local
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/test/
H A DQuicServerTest.cpp1141 TransportSettings transportSettings; in TEST_F() local
1849 .WillRepeatedly(Invoke([&](auto transportSettings) { in createNewTransport()