2 writes to isForRead
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1057
this.
isForRead
= true;
1071
this.
isForRead
= false;
3 references to isForRead
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
1079
get { return this.
isForRead
; }
1097
get { return !this.
isForRead
; }
1455
if (this.
isForRead
)