C# Class SonarLint.VisualStudio.Integration.Service.ConnectionInformation

Represents the connection information needed to connect to SonarQube service
Inheritance: ICloneable, IDisposable
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Свойство Type Description
ConnectionInformation System
ConnectionInformation System
ICloneable object

Méthodes publiques

Méthode Description
Clone ( ) : ConnectionInformation
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConnectionInformation ( Uri serverUri ) : System
ConnectionInformation ( Uri serverUri, string userName, SecureString password ) : System
ICloneable ( ) : object

Method Details

Clone() public méthode

public Clone ( ) : ConnectionInformation
Résultat ConnectionInformation

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void