5 references to GetParam
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (3)
150
status = apiTable->
GetParam
(null, QUIC_PARAM_GLOBAL_LIBRARY_VERSION, ¶mSize, libVersion);
163
status = apiTable->
GetParam
(null, QUIC_PARAM_GLOBAL_LIBRARY_GIT_HASH, ¶mSize, libGitHash);
194
apiTable->
GetParam
(null, QUIC_PARAM_GLOBAL_TLS_PROVIDER, ¶mSize, &provider);
System\Net\Quic\Internal\MsQuicApi.NativeMethods.cs (1)
84
return ApiTable->
GetParam
(handle.QuicHandle, param, bufferLength, buffer);
System\Net\Quic\NetEventSource.Quic.Counters.cs (1)
226
MsQuicApi.Api.ApiTable->
GetParam
(null, QUIC_PARAM_GLOBAL_PERF_COUNTERS, &size, (byte*)pCounters);