1 instantiation of ClientFramingDuplexSessionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
214return (TChannel)(object)new ClientFramingDuplexSessionChannel(this, this, address, via,
8 references to ClientFramingDuplexSessionChannel
System.ServiceModel (8)
System\ServiceModel\Channels\FramingChannels.cs (6)
387ClientFramingDuplexSessionChannel channel; 390public DuplexConnectionPoolHelper(ClientFramingDuplexSessionChannel channel, 422ClientFramingDuplexSessionChannel channel; 436public SendPreambleAsyncResult(ClientFramingDuplexSessionChannel channel, 847ClientFramingDuplexSessionChannel duplexChannel; 850public OpenAsyncResult(ClientFramingDuplexSessionChannel duplexChannel, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1510ClientFramingDuplexSessionChannel channel; 1512public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection, ClientDuplexDecoder decoder,