C# Class withSIX.Sync.Core.Transfer.Protocols.Handlers.ZsyncOutputParser

Inheritance: OutputParser
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
CheckZsyncLoop ( Process process, string data, ITransferProgress progress ) : bool
ParseOutput ( Process sender, string data, ITransferProgress progress ) : void
VerifyZsyncCompatible ( string data ) : bool

Method Details

CheckZsyncLoop() public méthode

public CheckZsyncLoop ( Process process, string data, ITransferProgress progress ) : bool
process System.Diagnostics.Process
data string
progress ITransferProgress
Résultat bool

ParseOutput() public méthode

public ParseOutput ( Process sender, string data, ITransferProgress progress ) : void
sender System.Diagnostics.Process
data string
progress ITransferProgress
Résultat void

VerifyZsyncCompatible() public méthode

public VerifyZsyncCompatible ( string data ) : bool
data string
Résultat bool