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