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