C# Class LyricsEngine.lrcfinder.LrcFinder

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
CancelAsync ( object userState ) : void
FindLRCAsync ( string artist, string title ) : void
FindLRCAsync ( string artist, string title, object userState ) : void
FindLRCsAsync ( string artist, string title ) : void
FindLRCsAsync ( string artist, string title, object userState ) : void
LrcFinder ( ) : System
NewDomainAsync ( ) : void
NewDomainAsync ( object userState ) : void
SaveLRCAsync ( string lrcFileString ) : void
SaveLRCAsync ( string lrcFileString, object userState ) : void
SaveLRCWithGuidAsync ( string lrcFileString, System guid ) : void
SaveLRCWithGuidAsync ( string lrcFileString, System guid, object userState ) : void

Private Methods

Method Description
FindLRC ( string artist, string title ) : string
FindLRCs ( string artist, string title ) : DataTable
IsLocalFileSystemWebService ( string url ) : bool
NewDomain ( ) : string[]
OnFindLRCOperationCompleted ( object arg ) : void
OnFindLRCsOperationCompleted ( object arg ) : void
OnNewDomainOperationCompleted ( object arg ) : void
OnSaveLRCOperationCompleted ( object arg ) : void
OnSaveLRCWithGuidOperationCompleted ( object arg ) : void
SaveLRC ( string lrcFileString ) : string
SaveLRCWithGuid ( string lrcFileString, System guid ) : string

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

FindLRCAsync() public method

public FindLRCAsync ( string artist, string title ) : void
artist string
title string
return void

FindLRCAsync() public method

public FindLRCAsync ( string artist, string title, object userState ) : void
artist string
title string
userState object
return void

FindLRCsAsync() public method

public FindLRCsAsync ( string artist, string title ) : void
artist string
title string
return void

FindLRCsAsync() public method

public FindLRCsAsync ( string artist, string title, object userState ) : void
artist string
title string
userState object
return void

LrcFinder() public method

public LrcFinder ( ) : System
return System

NewDomainAsync() public method

public NewDomainAsync ( ) : void
return void

NewDomainAsync() public method

public NewDomainAsync ( object userState ) : void
userState object
return void

SaveLRCAsync() public method

public SaveLRCAsync ( string lrcFileString ) : void
lrcFileString string
return void

SaveLRCAsync() public method

public SaveLRCAsync ( string lrcFileString, object userState ) : void
lrcFileString string
userState object
return void

SaveLRCWithGuidAsync() public method

public SaveLRCWithGuidAsync ( string lrcFileString, System guid ) : void
lrcFileString string
guid System
return void

SaveLRCWithGuidAsync() public method

public SaveLRCWithGuidAsync ( string lrcFileString, System guid, object userState ) : void
lrcFileString string
guid System
userState object
return void