@@ -78,17 +78,17 @@ internal static class EventIds
78
78
public const int DetectedProxy = 2150 ;
79
79
public const int ChangingConnectionId = 2151 ;
80
80
public const int FailedToGetConnectionId = 2152 ;
81
- public const int GettingServerIdentification = 2153 ;
82
- public const int RetrievedServerIdentification = 2154 ;
83
- public const int FailedToGetServerIdentification = 2155 ;
84
- public const int CreatingConnectionAttributes = 2156 ;
85
- public const int ObtainingPasswordViaProvidePasswordCallback = 2157 ;
86
- public const int FailedToObtainPassword = 2158 ;
87
- public const int ConnectedTlsBasicPreliminary = 2159 ;
88
- public const int ConnectedTlsDetailedPreliminary = 2160 ;
89
- public const int CertificateErrorUnixSocket = 2161 ;
90
- public const int CertificateErrorNoPassword = 2162 ;
91
- public const int CertificateErrorValidThumbprint = 2163 ;
81
+ public const int CreatingConnectionAttributes = 2153 ;
82
+ public const int ObtainingPasswordViaProvidePasswordCallback = 2154 ;
83
+ public const int FailedToObtainPassword = 2155 ;
84
+ public const int ConnectedTlsBasicPreliminary = 2156 ;
85
+ public const int ConnectedTlsDetailedPreliminary = 2157 ;
86
+ public const int CertificateErrorUnixSocket = 2158 ;
87
+ public const int CertificateErrorNoPassword = 2159 ;
88
+ public const int CertificateErrorValidThumbprint = 2160 ;
89
+ public const int GettingServerIdentification = 2161 ;
90
+ public const int RetrievedServerIdentification = 2162 ;
91
+ public const int FailedToGetServerIdentification = 2163 ;
92
92
93
93
// Command execution events, 2200-2299
94
94
public const int CannotExecuteNewCommandInState = 2200 ;
0 commit comments