2 writes to DataPadLength
IIS.FunctionalTests (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs (1)
39
DataPadLength
= padLength ?? 0;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
104
frame.
DataPadLength
= frame.DataHasPadding ? extendedHeaders[0] : (byte)0;
1 reference to DataPadLength
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs (1)
31
public int DataPayloadLength => PayloadLength - DataPayloadOffset -
DataPadLength
;