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

Inheritance: OutputParser
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ParseOutput ( Process sender, string data, ITransferProgress progress ) : void

Method Details

ParseOutput() public method

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