2 writes to currentState
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
1338
this.
currentState
= ClientFramingDecoderState.ReadingUpgradeRecord;
1350
this.
currentState
= value;
2 references to currentState
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
1345
return this.
currentState
;
1356
get { return
currentState
.ToString(); }