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