1 write to Parameter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3PeerSetting.cs (1)
10Parameter = parameter;
2 references to Parameter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3FrameWriter.cs (2)
135length += VariableLengthIntegerHelper.GetByteCount((long)setting.Parameter); 145var parameterLength = VariableLengthIntegerHelper.WriteInteger(destination, (long)setting.Parameter);