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)
313
this.
Open
(this.DefaultOpenTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
297
localUpgrade.
Open
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1976
channel.
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)
67
rpc.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);