2 overrides of CreateWrappedChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (2)
87protected override IReplyChannel CreateWrappedChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 100protected override IReplySessionChannel CreateWrappedChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel)
1 reference to CreateWrappedChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
75return CreateWrappedChannel(this, innerChannel);