4 writes to closeReason
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (4)
794this.closeReason = PeerCloseReason.None; 979this.closeReason = reason; 1008this.closeReason = reason; 1168this.closeReason = reason;
3 references to closeReason
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
819return this.closeReason; 1332switch (this.closeReason) 1350this.closeInitiator.ToString(), this.closeReason.ToString()