69 references to Created
System.ServiceModel (63)
System\ServiceModel\ChannelFactory.cs (3)
39
if (this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening)
205
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
214
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
81
case CommunicationState.
Created
:
116
case CommunicationState.
Created
:
System\ServiceModel\Channels\ClientContextProtocol.cs (3)
56
if (this.owner.State != CommunicationState.
Created
)
217
(this.owner.State == CommunicationState.
Created
))
222
(this.owner.State == CommunicationState.
Created
))
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (3)
111
if ((currentState == CommunicationState.
Created
)
300
if ((currentState == CommunicationState.
Created
)
536
if (this.State == CommunicationState.
Created
)
System\ServiceModel\Channels\CommunicationObject.cs (13)
44
this.state = CommunicationState.
Created
;
51
this.state = CommunicationState.
Created
;
174
case CommunicationState.
Created
:
293
case CommunicationState.
Created
:
433
case CommunicationState.
Created
:
774
case CommunicationState.
Created
:
823
case CommunicationState.
Created
:
857
case CommunicationState.
Created
:
886
case CommunicationState.
Created
:
915
case CommunicationState.
Created
:
944
case CommunicationState.
Created
:
969
if (this.state == CommunicationState.
Created
|| this.state == CommunicationState.Opening)
979
case CommunicationState.
Created
:
System\ServiceModel\Channels\DatagramAdapter.cs (4)
1168
if (channel.State == CommunicationState.
Created
)
1232
if (channel.State == CommunicationState.
Created
)
1399
if (channel.State == CommunicationState.
Created
)
1466
if (channel.State == CommunicationState.
Created
)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
948
if (this.State == CommunicationState.
Created
)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
19
CommunicationState currentState = CommunicationState.
Created
;
78
if (this.currentState != CommunicationState.
Created
)
System\ServiceModel\Channels\ReliableChannelBinder.cs (6)
36
CommunicationState state = CommunicationState.
Created
;
331
if ((channelState == CommunicationState.
Created
)
540
if (this.state == CommunicationState.
Created
)
755
if (this.state != CommunicationState.
Created
)
925
if (this.State == CommunicationState.
Created
)
1534
&& (this.currentChannel.State == CommunicationState.
Created
))
System\ServiceModel\Channels\ServiceChannel.cs (2)
80
this.openBinder = (binder.Channel.State == CommunicationState.
Created
);
600
if ((this.State == CommunicationState.
Created
) && !operation.IsInitiating)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
51
this.state = CommunicationState.
Created
;
259
if (this.state == CommunicationState.
Created
|| this.state == CommunicationState.Opening)
System\ServiceModel\ClientBase.cs (1)
460
return CommunicationState.
Created
;
System\ServiceModel\Description\ServiceCredentials.cs (1)
236
if (!(serviceHost.State == CommunicationState.
Created
|| serviceHost.State == CommunicationState.Opening))
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
305
if (this.binder.Channel.State == CommunicationState.
Created
)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
192
if (rpc.InstanceContext.State == CommunicationState.
Created
)
196
if (rpc.InstanceContext.State == CommunicationState.
Created
)
System\ServiceModel\InstanceContext.cs (1)
358
if (!(this.State != CommunicationState.
Created
&& this.State != CommunicationState.Opening))
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
253
if (state == CommunicationState.
Created
)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
410
return this.CommunicationObject.State != CommunicationState.
Created
;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
3060
if (this.State == CommunicationState.
Created
)
3840
if (this.State == CommunicationState.
Created
)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
756
if (this.channelFactory.State == CommunicationState.
Created
)
764
if (this.channelFactory.State == CommunicationState.
Created
)
System\ServiceModel\ServiceConfiguration.cs (1)
156
if ((this.host.State != CommunicationState.
Created
) && (this.host.State != CommunicationState.Opening))
System\ServiceModel\ServiceHost.cs (9)
92
else if (this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening)
111
else if (this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening)
192
else if (this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening)
359
if (this.State != CommunicationState.
Created
&& this.State != CommunicationState.Opening)
393
if (this.State != CommunicationState.
Created
&& this.State != CommunicationState.Opening)
574
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
588
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
601
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
615
Fx.Assert(this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening, "");
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3616
if (this.instance.persistenceContext != null && this.instance.persistenceContext.State == CommunicationState.
Created
)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1772
if (this.channel.State == CommunicationState.
Created
)
2831
return this.channelFactory.State == CommunicationState.
Created
;
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
222
return this.State == CommunicationState.
Created
|| this.State == CommunicationState.Opening;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
337
if (this.State == CommunicationState.
Created
)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
221
if (((ICommunicationObject)this).State != CommunicationState.
Created
)