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