Implemented interface member:
method
CreateChannel
System.ServiceModel.Channels.IChannelFactory<TChannel>.CreateChannel(System.ServiceModel.EndpointAddress, System.Uri)
2 overrides of CreateChannel
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (1)
46public override IWSTrustChannelContract CreateChannel(EndpointAddress endpointAddress, Uri via)
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1166public override TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default(TChannel); }
2 references to CreateChannel
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (2)
51return new WSTrustChannel(base.CreateChannel(endpointAddress, via) as IRequestChannel); 60return new WSTrustChannel(base.CreateChannel(EndpointAddress, EndpointAddress.Uri) as IRequestChannel);