Property | Type | Description | |
---|---|---|---|
SplitPostFromUrl | string[] |
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 |
Method | Description | |
---|---|---|
SplitPostFromUrl ( string PostWithUrl ) : string[] |
public PostWorker ( ) : Dev2.Integration.Tests.Interfaces | ||
return | Dev2.Integration.Tests.Interfaces |
public PostWorker ( string postdata ) : Dev2.Integration.Tests.Interfaces | ||
postdata | string | |
return | Dev2.Integration.Tests.Interfaces |
public PostWorker ( string url, string postData ) : Dev2.Integration.Tests.Interfaces | ||
url | string | |
postData | string | |
return | Dev2.Integration.Tests.Interfaces |