mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02:00
8 lines
113 B
C#
8 lines
113 B
C#
if(connection.Status == Connected)
|
|
{
|
|
if(!connection.Authenticated)
|
|
{
|
|
connection.SendAuthRequest();
|
|
}
|
|
}
|