C# Class GitSharp.Core.Transport.BaseConnection

Base helper class for implementing operations connections.
Inheritance: IConnection, IDisposable
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
GetRef ( string name ) : Ref
available ( Ref>.Dictionary all ) : void

Méthodes protégées

Méthode Description
markStartedOperation ( ) : void

Method Details

Close() public abstract méthode

public abstract Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetRef() public méthode

public GetRef ( string name ) : Ref
name string
Résultat Ref

available() public méthode

public available ( Ref>.Dictionary all ) : void
all Ref>.Dictionary
Résultat void

markStartedOperation() protected méthode

protected markStartedOperation ( ) : void
Résultat void