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