Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol.AbortClientHandshake C# (CSharp) Метод

AbortClientHandshake() приватный Метод

private AbortClientHandshake ( ClientHandshakeState state, DtlsRecordLayer recordLayer, byte alertDescription ) : void
state ClientHandshakeState
recordLayer DtlsRecordLayer
alertDescription byte
Результат void
        internal virtual void AbortClientHandshake(ClientHandshakeState state, DtlsRecordLayer recordLayer, byte alertDescription)
        {
            recordLayer.Fail(alertDescription);
            InvalidateSession(state);
        }