10 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 (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
495
public void
Open
(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
608
void ICommunicationObject.
Open
(TimeSpan timeout)
System\ServiceModel\ClientBase.cs (2)
497
void ICommunicationObject.
Open
(TimeSpan timeout)
1128
void ICommunicationObject.
Open
(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1479
public void
Open
(TimeSpan timeout)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
235
public void
Open
(TimeSpan timeout)
387
public void
Open
(TimeSpan timeout)
13 references to Open
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
330
RequestChannel.
Open
(timeout);
System.ServiceModel.Primitives (10)
System\ServiceModel\ChannelFactory.cs (1)
321
InnerFactory.
Open
(timeout);
System\ServiceModel\Channels\CommunicationObject.cs (1)
1037
return TaskHelpers.CallActionAsync(other.
Open
, timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
78
InnerChannelFactory.
Open
(timeout);
306
_innerOutputChannel.
Open
(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
439
InnerChannelFactory.
Open
(timeout);
System\ServiceModel\ClientBase.cs (3)
305
((ICommunicationObject)this).
Open
(GetChannelFactory().InternalOpenTimeout);
505
InnerChannel.
Open
(timeoutHelper.RemainingTime());
1130
((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)
51
protected override void OnOpen(TimeSpan timeout) => InnerChannel.
Open
(timeout);
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
74
_innerFactory.
Open
(timeout);