Implemented interface member:
property
State
System.ServiceModel.ICommunicationObject.State
25 references to State
dotnet-svcutil-lib (25)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (8)
36
if (this.
State
== CommunicationState.Created || this.
State
== CommunicationState.Opening)
110
if (this.
State
!= CommunicationState.Opened)
114
if (this.
State
!= CommunicationState.Opened)
176
Fx.Assert(this.
State
== CommunicationState.Created || this.
State
== CommunicationState.Opening, "");
185
Fx.Assert(this.
State
== CommunicationState.Created || this.
State
== CommunicationState.Opening, "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
152
if (this.
State
!= CommunicationState.Opened)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
392
if (this.
State
!= CommunicationState.Opening)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
708
if (
State
== CommunicationState.Created)
906
if (_channel.
State
!= CommunicationState.Opened)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
564
if ((
State
== CommunicationState.Created) && !operation.IsInitiating)
834
if (
State
== CommunicationState.Opened)
1131
if (
State
== CommunicationState.Opening)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
530
get { return _serviceChannel.
State
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
137
return _channelFactory.
State
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
367
if (this.
State
== CommunicationState.Opened)
378
if (this.
State
== CommunicationState.Opened)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
112
if (_listener.
State
== CommunicationState.Opened)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
61
if (rpc.InstanceContext.
State
== CommunicationState.Created)
65
if (rpc.InstanceContext.
State
== CommunicationState.Created)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
387
return this.CommunicationObject.
State
!= CommunicationState.Created;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
198
get { return _communicationObject.
State
; }
373
get { return _communicationObject.
State
; }