2 writes to maxMessageSize
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
393this.maxMessageSize = value; 453this.maxMessageSize = Int32.MaxValue;
4 references to maxMessageSize
System.ServiceModel (4)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
389get { return this.maxMessageSize; } 730if (this.maxMessageSize < int.MaxValue) 735using (MessageBuffer buffer = request.CreateBufferedCopy(this.maxMessageSize)) 743throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.GetString(SR.SecurityNegotiationMessageTooLarge, action, this.maxMessageSize), e));