Method | Description | |
---|---|---|
AssertTemplateFullyReplaced ( string text ) : void |
Debugging function: Allows us to test that all of our content was replaced
|
|
GetWebResponseAsText ( WebResponse response ) : string |
Gets the web response as a XML document
|
|
GetWebResponseAsXml ( WebResponse response ) : |
Gets the web response as a XML document
|
|
SendPostContents ( WebRequest request, string bodyText ) : void |
Sends the body text up to the server
|
|
SendPutContents ( WebRequest request, string bodyText ) : void |
Sends the body text up to the server, using the PUT method
|
Method | Description | |
---|---|---|
SendHttpRequestContents_Inner ( WebRequest request, string bodyText, string httpMethod = "POST" ) : void |
Sends the body text up to the server
|
protected AssertTemplateFullyReplaced ( string text ) : void | ||
text | string | |
return | void |
protected static GetWebResponseAsText ( WebResponse response ) : string | ||
response | WebResponse | |
return | string |
protected static GetWebResponseAsXml ( WebResponse response ) : |
||
response | WebResponse | |
return |
protected static SendPostContents ( WebRequest request, string bodyText ) : void | ||
request | WebRequest | |
bodyText | string | |
return | void |
protected static SendPutContents ( WebRequest request, string bodyText ) : void | ||
request | WebRequest | |
bodyText | string | |
return | void |