WebServiceTarget Properties |
The WebServiceTarget type exposes the following members.
Name | Description | |
---|---|---|
Encoding |
Gets or sets the encoding.
| |
EscapeDataRfc3986 |
Gets or sets a value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs)
| |
Headers |
Gets the array of parameters to be passed.
| |
IncludeBOM |
Should we include the BOM (Byte-order-mark) for UTF? Influences the Encoding property.
This will only work for UTF-8.
| |
MethodName |
Gets or sets the Web service method name. Only used with Soap.
| |
Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
Namespace |
Gets or sets the Web service namespace. Only used with Soap.
| |
Parameters |
Gets the array of parameters to be passed.
(Inherited from MethodCallTargetBase.) | |
PreAuthenticate |
Indicates whether to pre-authenticate the HttpWebRequest (Requires 'Authorization' in Headers parameters)
| |
Protocol |
Gets or sets the protocol to be used when calling web service.
| |
ProxyAddress |
Gets or sets the custom proxy address, include port separated by a colon
| |
ProxyType |
Gets or sets the proxy configuration when calling web service
| |
Url |
Gets or sets the web service URL.
| |
UserAgent |
Gets or sets the value of the User-agent HTTP header.
| |
XmlRoot | ||
XmlRootNamespace |