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