C# Class GitSharp.Core.Transport.Daemon.ReceivePackService

Inheritance: GitSharp.Core.Transport.DaemonService
Exibir arquivo Open project: jagregory/GitSharp

Public Methods

Method Description
Execute ( GitSharp.Core.Transport.DaemonClient dc, Repository db ) : void
ReceivePackService ( ) : System

Method Details

Execute() public method

public Execute ( GitSharp.Core.Transport.DaemonClient dc, Repository db ) : void
dc GitSharp.Core.Transport.DaemonClient
db Repository
return void

ReceivePackService() public method

public ReceivePackService ( ) : System
return System