1 write to ReaderQuotas
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
144securityHeader.ReaderQuotas = factory.SecurityBindingElement.ReaderQuotas;
3 references to ReaderQuotas
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
322Fx.Assert(ReaderQuotas != null, "Reader quotas must be set before processing");
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
46XmlDictionaryWriter writer = _messageBuffer.OpenSection(ReceivedSecurityHeader.ReaderQuotas); 145XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(_decryptedBuffer, 0, _decryptedBuffer.Length, ReceivedSecurityHeader.ReaderQuotas);