Method | Description | |
---|---|---|
CallServiceDelete ( |
Method used for making an http DELETE call
|
|
CallServiceGet ( |
Method used for making an http GET call
|
|
CallServicePost ( |
Method used for making an http POST call
|
|
CallServicePut ( |
Method used for making an http PUT call
|
Method | Description | |
---|---|---|
PrintRequestString ( |
Creates the display string for the current http request
|
public static CallServiceDelete ( |
||
credentialsDetails | An object that encapsulates the Constant Contact credentials | |
contactURI | string | The URL for the call |
strRequest | string | The request string representation |
strResponse | string | The response string representation |
return | string |
public static CallServiceGet ( |
||
credentialsDetails | An object that encapsulates the Constant Contact credentials | |
contactURI | string | The URL for the call |
strRequest | string | The request string representation |
strResponse | string | The response string representation |
return | string |
public static CallServicePost ( |
||
credentialsDetails | An object that encapsulates the Constant Contact credentials | |
contactURI | string | The URL for the call |
data | string | The post data string representation |
strRequest | string | The request string representation |
strResponse | string | The response string representation |
return | string |
public static CallServicePut ( |
||
credentialsDetails | An object that encapsulates the Constant Contact credentials | |
contactURI | string | The URL for the call |
data | string | The put data string representation |
strRequest | string | The request string representation |
strResponse | string | The response string representation |
return | string |