14 references to CanBuildChannelListener
System.ServiceModel (12)
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (6)
204
if (binding.
CanBuildChannelListener
<IDuplexChannel>())
210
binding.
CanBuildChannelListener
<IInputChannel>())
212
if (binding.
CanBuildChannelListener
<IReplyChannel>())
214
if (binding.
CanBuildChannelListener
<IReplySessionChannel>())
216
if (binding.
CanBuildChannelListener
<IInputSessionChannel>())
218
if (binding.
CanBuildChannelListener
<IDuplexSessionChannel>())
System\ServiceModel\Description\DispatcherBuilder.cs (6)
346
if (binding.
CanBuildChannelListener
<IInputChannel>())
350
if (binding.
CanBuildChannelListener
<IReplyChannel>())
354
if (binding.
CanBuildChannelListener
<IDuplexChannel>())
358
if (binding.
CanBuildChannelListener
<IInputSessionChannel>())
362
if (binding.
CanBuildChannelListener
<IReplySessionChannel>())
366
if (binding.
CanBuildChannelListener
<IDuplexSessionChannel>())
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (2)
173
if (controlEndpointBinding.
CanBuildChannelListener
<IDuplexSessionChannel>(controlEndpointAddress, parameters))
177
else if (controlEndpointBinding.
CanBuildChannelListener
<IReplySessionChannel>(controlEndpointAddress, parameters))