13 references to GetChannelFactory
System.ServiceModel.Primitives (13)
System\ServiceModel\ClientBase.cs (13)
251return GetChannelFactory(); 277return GetChannelFactory().State; 305((ICommunicationObject)this).Open(GetChannelFactory().InternalOpenTimeout); 310return OpenAsync(GetChannelFactory().InternalOpenTimeout); 319await GetChannelFactory().OpenHelperAsync(timeoutHelper.RemainingTime()); 358((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 363var timeout = GetChannelFactory().InternalCloseTimeout; 407await GetChannelFactory().CloseHelperAsync(timeoutHelper.RemainingTime()); 457return GetChannelFactory().CreateChannel(); 463return GetChannelFactory().CreateChannel(); 502GetChannelFactory().Open(timeoutHelper.RemainingTime()); 616return ((ICommunicationObject)this).BeginClose(GetChannelFactory().InternalCloseTimeout, callback, state); 631return ((ICommunicationObject)this).BeginOpen(GetChannelFactory().InternalOpenTimeout, callback, state);