2 references to GetAlpnProtocolListSerializedLength
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
255
Debug.Assert(
GetAlpnProtocolListSerializedLength
(applicationProtocols) == buffer.Length,
269
int length =
GetAlpnProtocolListSerializedLength
(applicationProtocols);