3 implementations of CreateChannel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
542
public virtual TChannel
CreateChannel
(EndpointAddress address, Uri via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
115
public TChannel
CreateChannel
(EndpointAddress address, Uri via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
266
public IRequestChannel
CreateChannel
(EndpointAddress address, Uri via)
6 references to CreateChannel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
490
return new OutputChannelBinder(this.InnerChannelFactory.
CreateChannel
(to, via));
509
return new DuplexChannelBinder(this.InnerChannelFactory.
CreateChannel
(to, via), this.RequestReplyCorrelator);
529
return new RequestChannelBinder(this.InnerChannelFactory.
CreateChannel
(to, via));
552
channel = this.InnerChannelFactory.
CreateChannel
(to, via);
579
return new DuplexChannelBinder(this.InnerChannelFactory.
CreateChannel
(to, via), this.RequestReplyCorrelator, _useActiveAutoClose);
608
channel = this.InnerChannelFactory.
CreateChannel
(to, via);