This member is for System Use Only and should NOT be used.
Obsolete. Use ISHttpClient.Execute instead.
Syntax
ISWebClient.Execute(method, address, data, responseString, [responseBytes], [responseHeaders], [webRequestStarted])
Parameters
| Name | Type | Optional | ByRef | Description |
| method |
iseWebServiceMethod |
|
|
|
| address |
String |
|
|
|
| data |
String |
|
|
|
| responseString |
String |
|
ByRef |
|
| responseBytes |
Byte() |
Optional |
ByRef |
If omitted, a value of Nothing is assumed. |
| responseHeaders |
ISKeyValueList |
Optional |
ByRef |
If omitted, a value of Nothing is assumed. |
| webRequestStarted |
Boolean |
Optional |
ByRef |
If omitted, a value of False is assumed. |
Return Value
Boolean
- Member of:
- ISWebClient
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0