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

Inheritance: IWorker
Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
SplitPostFromUrl string[]

Public Methods

Method 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

Method Description
SplitPostFromUrl ( string PostWithUrl ) : string[]

Method Details

DoWork() public method

public DoWork ( ) : void
return void

GetResponseData() public method

public GetResponseData ( ) : string
return string

PostWorker() public method

public PostWorker ( ) : Dev2.Integration.Tests.Interfaces
return Dev2.Integration.Tests.Interfaces

PostWorker() public method

public PostWorker ( string postdata ) : Dev2.Integration.Tests.Interfaces
postdata string
return Dev2.Integration.Tests.Interfaces

PostWorker() public method

public PostWorker ( string url, string postData ) : Dev2.Integration.Tests.Interfaces
url string
postData string
return Dev2.Integration.Tests.Interfaces