Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open()
17 references to Open
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelWithSynchronizationContext.cs (1)
112factory.Open();
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
573_communicationObject.Open();
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (1)
107Open();
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
605_serviceChannel.Open();
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
592_listenerHandler.Open(); // This never throws, which is why it's ok for it to happen in OnOpened
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
227CommunicationObject.Open(); 384CommunicationObject.Open();
System.ServiceModel.Primitives.Tests (10)
ServiceModel\ChannelFactoryTest.cs (3)
191factory.Open(); 285factory.Open(); 314factory.Open();
ServiceModel\DeliveryRequirementsTest.cs (6)
19factory.Open(); 29Assert.Throws<InvalidOperationException>(() => factory.Open()); 39factory.Open(); 49factory.Open(); 59Assert.Throws<InvalidOperationException>(() => factory.Open()); 68Assert.Throws<InvalidOperationException>(() => factory.Open());
ServiceModel\DuplexChannelFactoryTest.cs (1)
30factory.Open();