1 implementation of IsInitiator
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
900public bool IsInitiator
12 references to IsInitiator
System.ServiceModel (12)
System\ServiceModel\Channels\PeerConnector.cs (9)
291if (neighbor.IsInitiator) 331if (neighbor.IsInitiator || !connectInfo.HasBody() || (neighbor.State != PeerNeighborState.Connecting && 444if (neighbor.IsInitiator && (neighbor.State == PeerNeighborState.Connecting || 473if (!neighbor.IsInitiator || !welcomeInfo.HasBody() || (neighbor.State != PeerNeighborState.Connecting && 671if (neighbor.IsInitiator == duplicateNeighbor.IsInitiator) 677neighborToClose = (neighbor.IsInitiator ? neighbor : duplicateNeighbor); 679neighborToClose = (neighbor.IsInitiator ? duplicateNeighbor : neighbor); 693else if (!neighborToClose.IsInitiator &&
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
821if (this.state != PeerAuthState.Created || neighbor == null || neighbor.IsInitiator || neighbor.State != PeerNeighborState.Opened)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
618if (neighbor.IsInitiator)
System\ServiceModel\Channels\PeerService.cs (1)
176neighbor.IsInitiator, state.ToString(), null, null,