3 references to _maxCloseMessageByteCount
System.Web (3)
WebSockets\AspNetWebSocket.cs (3)
256ArraySegment<byte> buffer = new ArraySegment<byte>(new byte[_maxCloseMessageByteCount]); 506if (byteCount > _maxCloseMessageByteCount) { 507throw new ArgumentException(SR.GetString(SR.AspNetWebSocket_CloseDescriptionTooLong, _maxCloseMessageByteCount), "statusDescription");