3 references to CreateChannel
System.ServiceModel.Primitives (3)
System\ServiceModel\DuplexChannelFactory.cs (3)
147return CreateChannel(callbackInstance, CreateEndpointAddress(Endpoint), null); 157return CreateChannel(callbackInstance, address, address.Uri); 162return CreateChannel(CallbackInstance, address, via);