19 references to Created
Client.ClientBase.IntegrationTests (7)
ClientBaseTests.4.0.0.cs (7)
167Assert.Equal(CommunicationState.Created, client.State); 219Assert.True(CommunicationState.Created == client.State, 222Assert.True(CommunicationState.Created == factory.State, 294Assert.True(CommunicationState.Created == client.State, 297Assert.True(CommunicationState.Created == factory.State, 373Assert.True(CommunicationState.Created == client.State, 376Assert.True(CommunicationState.Created == factory.State,
System.ServiceModel.Federation (2)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
124case CommunicationState.Created:
System\ServiceModel\Federation\WSTrustChannel.cs (1)
31if (requestChannel.State != CommunicationState.Created)
System.ServiceModel.Primitives.Tests (10)
Channels\CommunicationObjectTest.cs (2)
188Assert.True(data.StateAfterCreate == CommunicationState.Created, 255Assert.True(data.StateAfterCreate == CommunicationState.Created,
ServiceModel\ChannelFactoryTest.cs (3)
148Assert.Equal(CommunicationState.Created, factory.State); 218Assert.True(CommunicationState.Created == factory.State, 219string.Format("factory.State - Expected: {0}, Actual: {1}.", CommunicationState.Created, factory.State));
ServiceModel\ClientBaseTest.cs (3)
23Assert.Equal(CommunicationState.Created, client.State); 184Assert.Equal(CommunicationState.Created, client.State); 202Assert.Equal(CommunicationState.Created, client.State);
ServiceModel\DuplexClientBaseTest.cs (2)
24Assert.Equal<CommunicationState>(CommunicationState.Created, duplexClientBase.State); 37Assert.Equal<CommunicationState>(CommunicationState.Created, duplexClientBase.State);