C# Class Dev2.Integration.Tests.MEF.WebTester.PostWorker

Inheritance: IWorker
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description
SplitPostFromUrl string[]

Méthodes publiques

Méthode Description
DoWork ( ) : void
GetResponseData ( ) : string
PostWorker ( ) : Dev2.Integration.Tests.Interfaces
PostWorker ( string postdata ) : Dev2.Integration.Tests.Interfaces
PostWorker ( string url, string postData ) : Dev2.Integration.Tests.Interfaces

Private Methods

Méthode Description
SplitPostFromUrl ( string PostWithUrl ) : string[]

Method Details

DoWork() public méthode

public DoWork ( ) : void
Résultat void

GetResponseData() public méthode

public GetResponseData ( ) : string
Résultat string

PostWorker() public méthode

public PostWorker ( ) : Dev2.Integration.Tests.Interfaces
Résultat Dev2.Integration.Tests.Interfaces

PostWorker() public méthode

public PostWorker ( string postdata ) : Dev2.Integration.Tests.Interfaces
postdata string
Résultat Dev2.Integration.Tests.Interfaces

PostWorker() public méthode

public PostWorker ( string url, string postData ) : Dev2.Integration.Tests.Interfaces
url string
postData string
Résultat Dev2.Integration.Tests.Interfaces