5 writes to state
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (5)
703
this.
state
= PeerAuthState.Created;
787
this.
state
= PeerAuthState.Failed;
839
this.
state
= PeerAuthState.Authenticated;
880
this.
state
= PeerAuthState.Authenticated;
892
this.
state
= PeerAuthState.Failed;
1 reference to state
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
821
if (this.
state
!= PeerAuthState.Created || neighbor == null || neighbor.IsInitiator || neighbor.State != PeerNeighborState.Opened)