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