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