2 references to MessageThreshold
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (1)
109
if (extension.PendingMessages > PeerTransportConstants.
MessageThreshold
)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1709
int pending = PeerTransportConstants.
MessageThreshold
;