27 references to Opened
Binding.UDS.IntegrationTests (1)
ServiceHelper.cs (1)
100if (comObj.State == System.ServiceModel.CommunicationState.Opened)
Client.ClientBase.IntegrationTests (11)
ClientBaseTests.4.0.0.cs (11)
171Assert.Equal(CommunicationState.Opened, client.State); 176Assert.Equal(CommunicationState.Opened, client.State); 241Assert.True(CommunicationState.Opened == client.State, 244Assert.True(CommunicationState.Opened == factory.State, 247Assert.True(CommunicationState.Opened == ((ICommunicationObject)serviceProxy).State, 317Assert.True(CommunicationState.Opened == client.State, 320Assert.True(CommunicationState.Opened == factory.State, 323Assert.True(CommunicationState.Opened == ((ICommunicationObject)serviceProxy).State, 396Assert.True(CommunicationState.Opened == client.State, 399Assert.True(CommunicationState.Opened == factory.State, 402Assert.True(CommunicationState.Opened == ((ICommunicationObject)serviceProxy).State,
Contract.Service.IntegrationTests (2)
ServiceContractTests.4.0.0.cs (2)
311Assert.True(factory.State == CommunicationState.Opened, 365Assert.True(proxyAsCommunicationObject.State == CommunicationState.Opened,
Infrastructure.Common (1)
ServiceUtilHelper.cs (1)
431if (comObj.State == CommunicationState.Opened)
ScenarioTests.Common.Tests (1)
ScenarioTestHelpers.cs (1)
195if (comObj.State == CommunicationState.Opened)
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
130case CommunicationState.Opened:
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
441if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened) 450if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened)
System.ServiceModel.Primitives.Tests (8)
Channels\CommunicationObjectTest.cs (2)
209Assert.True(data.StateLeaveOnOpened == CommunicationState.Opened, 276Assert.True(data.StateLeaveOnOpened == CommunicationState.Opened,
ServiceModel\ChannelFactoryTest.cs (3)
154Assert.Equal(CommunicationState.Opened, factory.State); 222Assert.True(CommunicationState.Opened == factory.State, 223string.Format("factory.State - Expected: {0}, Actual: {1}.", CommunicationState.Opened, factory.State));
ServiceModel\ClientBaseTest.cs (3)
25Assert.Equal(CommunicationState.Opened, client.State); 186Assert.Equal(CommunicationState.Opened, client.State); 204Assert.Equal(CommunicationState.Opened, client.State);