11 implementations of Open
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
564
public void
Open
(TimeSpan timeout)
System\ServiceModel\ClientBase.cs (2)
586
void ICommunicationObject.
Open
(TimeSpan timeout)
1323
void ICommunicationObject.
Open
(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1524
public void
Open
(TimeSpan timeout)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
330
public void
Open
(TimeSpan timeout)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
219
public void
Open
( System.TimeSpan timeout )
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
220
public void
Open
(TimeSpan timeout)
397
public void
Open
(TimeSpan timeout)
System\ServiceModel\Security\WSTrustChannel.cs (1)
905
public void
Open
(TimeSpan timeout)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
440
void ICommunicationObject.
Open
(TimeSpan timeout)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
255
void ICommunicationObject.
Open
(TimeSpan timeout)
24 references to Open
System.ServiceModel (20)
System\ServiceModel\ChannelFactory.cs (1)
388
this.innerFactory.
Open
(timeout);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
229
this.innerInputChannel.
Open
(timeout);
System\ServiceModel\Channels\LayeredChannel.cs (1)
71
this.innerChannel.
Open
(timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
70
this.innerChannelFactory.
Open
(timeout);
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
153
InnerChannelListener.
Open
(timeout);
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
127
this.innerChannel.
Open
(timeout);
336
this.innerChannel.
Open
(timeout);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
129
this.innerChannelFactory.
Open
(timeout);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
477
this.listener.
Open
(timeout);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1524
this.InnerChannel.
Open
(timeout);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
450
this.innerChannelFactory.
Open
(timeout);
System\ServiceModel\ClientBase.cs (2)
488
((ICommunicationObject)this).
Open
(GetChannelFactory().InternalOpenTimeout);
1325
((ICommunicationObject)this.channel).
Open
(timeout);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
693
this.listener.
Open
(timeout);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1526
this.innerChannel.
Open
(timeout);
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
104
this.rstChannelFactory.
Open
(timeout);
System\ServiceModel\Security\SecurityUtils.cs (1)
1606
obj.
Open
(timeout);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
758
this.channelFactory.
Open
(timeout);
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
221
_communicationObject.
Open
( timeout );
System\ServiceModel\Security\WSTrustChannel.cs (1)
907
Channel.
Open
(timeout);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
442
InnerCommunicationObject.
Open
(timeout);
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
257
this.InnerCommunicationObject.
Open
(timeout);
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
126
this.innerChannelFactory.
Open
(timeout);
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
90
this.closeListener.
Open
(timeout);