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