2 references to GetRemainingFrameSize
System (2)
net\System\Net\SecureProtocols\_SslState.cs (1)
879
int restBytes =
GetRemainingFrameSize
(buffer, readBytes);
net\System\Net\SecureProtocols\_SslStream.cs (1)
776
readBytes = _SslState.
GetRemainingFrameSize
(InternalBuffer, readBytes);