1 instantiation of ClientFramingDuplexSessionChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
207return (TChannel)(object)new ClientFramingDuplexSessionChannel(this, this, address, via,
4 references to ClientFramingDuplexSessionChannel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
414private ClientFramingDuplexSessionChannel _channel; 417public DuplexConnectionPoolHelper(ClientFramingDuplexSessionChannel channel,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
313private ClientFramingDuplexSessionChannel _channel; 315public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection, ClientDuplexDecoder decoder,