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

Represents the connection information needed to connect to SonarQube service
Inheritance: ICloneable, IDisposable
ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Property Type Description
ConnectionInformation System
ConnectionInformation System
ICloneable object

Public Methods

Method Description
Clone ( ) : ConnectionInformation
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ConnectionInformation ( Uri serverUri ) : System
ConnectionInformation ( Uri serverUri, string userName, SecureString password ) : System
ICloneable ( ) : object

Method Details

Clone() public method

public Clone ( ) : ConnectionInformation
return ConnectionInformation

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void