3 references to SUCCESS
System.Net.Quic (3)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (3)
161
result == QUIC_TLS_ALERT_CODES.
SUCCESS
? (byte)1 : (byte)0,
173
return result == QUIC_TLS_ALERT_CODES.
SUCCESS
;
224
QUIC_TLS_ALERT_CODES result = QUIC_TLS_ALERT_CODES.
SUCCESS
;