2 writes to MaximumReceiveMessageSize
Microsoft.AspNetCore.SignalR.Core (2)
HubOptionsSetup.cs (1)
63options.MaximumReceiveMessageSize = DefaultMaximumMessageSize;
HubOptionsSetup`T.cs (1)
37options.MaximumReceiveMessageSize = _hubOptions.MaximumReceiveMessageSize;
5 references to MaximumReceiveMessageSize
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
46_maximumIncomingBytes = componentHubOptions.Value.MaximumReceiveMessageSize ?? long.MaxValue;
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionHandler.cs (2)
72_maximumMessageSize = _hubOptions.MaximumReceiveMessageSize; 85_maximumMessageSize = _globalHubOptions.MaximumReceiveMessageSize;
HubOptionsSetup.cs (1)
61if (options.MaximumReceiveMessageSize == null)
HubOptionsSetup`T.cs (1)
37options.MaximumReceiveMessageSize = _hubOptions.MaximumReceiveMessageSize;