Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
10 references to Open
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
313this.Open(this.DefaultOpenTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
297localUpgrade.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1976channel.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
600_serviceChannel.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
196_channelFactory.Open(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
67rpc.InstanceContext.Open(rpc.Channel.CloseTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1040_communicationObject.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
249_communicationObject.Open(timeout); 424_communicationObject.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
303_innerChannelFactory.Open(timeout);