C# Class GitSharp.Core.Transport.BaseConnection

Base helper class for implementing operations connections.
Inheritance: IConnection, IDisposable
ファイルを表示 Open project: stschake/GitSharp

Public Methods

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

Protected Methods

Method Description
markStartedOperation ( ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetRef() public method

public GetRef ( string name ) : Ref
name string
return Ref

available() public method

public available ( Ref>.Dictionary all ) : void
all Ref>.Dictionary
return void

markStartedOperation() protected method

protected markStartedOperation ( ) : void
return void