3 references to CreateChannel
System.ServiceModel (3)
System\ServiceModel\DuplexChannelFactory.cs (3)
198return CreateChannel(callbackInstance, CreateEndpointAddress(this.Endpoint), null); 208return CreateChannel(callbackInstance, address, address.Uri); 213return CreateChannel(this.CallbackInstance, address, via);