1 instantiation of ServerFramingDuplexSessionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
335
return new
ServerFramingDuplexSessionChannel
(channelListener, this, localAddress, exposeConnectionProperty, connectionDemuxer);
3 references to ServerFramingDuplexSessionChannel
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
664
ServerFramingDuplexSessionChannel
channel;
671
public OpenAsyncResult(
ServerFramingDuplexSessionChannel
channel, TimeSpan timeout,
990
public ServerSessionConnectionReader(
ServerFramingDuplexSessionChannel
channel)