9 implementations of Open
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
328void ICommunicationObject.Open(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
576void ICommunicationObject.Open(TimeSpan timeout)
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
495public void Open(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
608void ICommunicationObject.Open(TimeSpan timeout)
System\ServiceModel\ClientBase.cs (2)
477void ICommunicationObject.Open(TimeSpan timeout) 1108void ICommunicationObject.Open(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1479public void Open(TimeSpan timeout)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
235public void Open(TimeSpan timeout) 387public void Open(TimeSpan timeout)
15 references to Open
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (1)
82this.innerChannel.Open(timeout);
InterceptingChannelFactory.cs (1)
47this.innerChannelFactory.Open(timeout);
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
330RequestChannel.Open(timeout);
System.ServiceModel.Primitives (10)
System\ServiceModel\ChannelFactory.cs (1)
321InnerFactory.Open(timeout);
System\ServiceModel\Channels\CommunicationObject.cs (1)
1037return TaskHelpers.CallActionAsync(other.Open, timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
78InnerChannelFactory.Open(timeout); 306_innerOutputChannel.Open(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
439InnerChannelFactory.Open(timeout);
System\ServiceModel\ClientBase.cs (3)
285((ICommunicationObject)this).Open(GetChannelFactory().InternalOpenTimeout); 485InnerChannel.Open(timeoutHelper.RemainingTime()); 1110((ICommunicationObject)_channel).Open(timeout);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
445_listener.Open(timeout);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1481_innerChannel.Open(timeout);
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
51protected override void OnOpen(TimeSpan timeout) => InnerChannel.Open(timeout);
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
74_innerFactory.Open(timeout);