Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open()
14 references to Open
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelWithSynchronizationContext.cs (1)
112factory.Open();
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (2)
251CommunicationObject.Open(); 403CommunicationObject.Open();
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
555_communicationObject.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();