Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
16 references to Open
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
578_communicationObject.Open(timeout);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
327localUpgrade.Open(timeout);
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\CommunicationObject.cs (1)
492Open(DefaultOpenTimeout);
System\ServiceModel\Channels\ServiceChannel.cs (1)
2013channel.Open(timeout);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
610_serviceChannel.Open(timeout);
System\ServiceModel\ClientBase.cs (1)
482GetChannelFactory().Open(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
61rpc.InstanceContext.Open(rpc.Channel.CloseTimeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
778_serviceChannelFactory.Open(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
237CommunicationObject.Open(timeout); 389CommunicationObject.Open(timeout);
System.ServiceModel.Primitives.Tests (6)
Channels\CommunicationObjectTest.cs (6)
29mco.Open(timeout); 93mco.Open(timeout); 121mco.Open(timeout); 184mco.Open(timeout); 318mco.Open(timeout); 341mco.Open(timeout);