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