RabbitMQ.Client.Impl.AutorecoveringModel.HandleConnectionSecure C# (CSharp) Method

HandleConnectionSecure() public method

public HandleConnectionSecure ( byte challenge ) : void
challenge byte
return void
        public void HandleConnectionSecure(byte[] challenge)
        {
            m_delegate.HandleConnectionSecure(challenge);
        }
AutorecoveringModel