13 references to GetChannelFactory
System.ServiceModel.Primitives (13)
System\ServiceModel\ClientBase.cs (13)
231return GetChannelFactory(); 257return GetChannelFactory().State; 285((ICommunicationObject)this).Open(GetChannelFactory().InternalOpenTimeout); 290return OpenAsync(GetChannelFactory().InternalOpenTimeout); 299await GetChannelFactory().OpenHelperAsync(timeoutHelper.RemainingTime()); 338((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 343var timeout = GetChannelFactory().InternalCloseTimeout; 387await GetChannelFactory().CloseHelperAsync(timeoutHelper.RemainingTime()); 437return GetChannelFactory().CreateChannel(); 443return GetChannelFactory().CreateChannel(); 482GetChannelFactory().Open(timeoutHelper.RemainingTime()); 596return ((ICommunicationObject)this).BeginClose(GetChannelFactory().InternalCloseTimeout, callback, state); 611return ((ICommunicationObject)this).BeginOpen(GetChannelFactory().InternalOpenTimeout, callback, state);