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