6 implementations of Open
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
406public void Open(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
328void ICommunicationObject.Open(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
558void ICommunicationObject.Open(TimeSpan timeout)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
504void System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout) { } 562void System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout) { } 1412public void Open(System.TimeSpan timeout) { }
5 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.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
51protected override void OnOpen(TimeSpan timeout) => InnerChannel.Open(timeout);
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
74_innerFactory.Open(timeout);