Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
15 references to Open
System.ServiceModel (13)
System\ServiceModel\Channels\CommunicationObject.cs (1)
561this.Open(this.DefaultOpenTimeout);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
369localUpgrade.Open(timeout);
System\ServiceModel\Channels\PeerService.cs (1)
207this.serviceHost.Open(timeout);
System\ServiceModel\Channels\ServiceChannel.cs (1)
2215channel.Open(timeout);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
198rpc.InstanceContext.Open(rpc.Channel.CloseTimeout);
System\ServiceModel\Security\SecurityProtocol.cs (1)
359this.communicationObject.Open(timeout);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1092this.communicationObject.Open(timeout);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
326this.communicationObject.Open(timeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1124this.serviceChannelFactory.Open(timeout);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
434this.communicationObject.Open(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
222this.communicationObject.Open(timeout); 399this.communicationObject.Open(timeout);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
345this.innerChannelFactory.Open(timeout);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
1182this.context.Open(TimeSpan.Zero);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
359this.provider.Open(timeout);