6 implementations of Open
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
406
public void
Open
(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
328
void ICommunicationObject.
Open
(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
558
void ICommunicationObject.
Open
(TimeSpan timeout)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
504
void System.ServiceModel.ICommunicationObject.
Open
(System.TimeSpan timeout) { }
562
void System.ServiceModel.ICommunicationObject.
Open
(System.TimeSpan timeout) { }
1412
public void
Open
(System.TimeSpan timeout) { }
5 references to Open
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (1)
82
this.innerChannel.
Open
(timeout);
InterceptingChannelFactory.cs (1)
47
this.innerChannelFactory.
Open
(timeout);
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
330
RequestChannel.
Open
(timeout);
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
51
protected override void OnOpen(TimeSpan timeout) => InnerChannel.
Open
(timeout);
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
74
_innerFactory.
Open
(timeout);