1 instantiation of ClientFramingDuplexSessionChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
207
return (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)
414
private
ClientFramingDuplexSessionChannel
_channel;
417
public DuplexConnectionPoolHelper(
ClientFramingDuplexSessionChannel
channel,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
313
private
ClientFramingDuplexSessionChannel
_channel;
315
public ClientDuplexConnectionReader(
ClientFramingDuplexSessionChannel
channel, IConnection connection, ClientDuplexDecoder decoder,