Click or drag to resize

WebServiceTarget Properties

The WebServiceTarget type exposes the following members.

Properties
  NameDescription
Public propertyEncoding
Gets or sets the encoding.
Public propertyEscapeDataRfc3986
Gets or sets a value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs)
Public propertyHeaders
Gets the array of parameters to be passed.
Public propertyIncludeBOM
Should we include the BOM (Byte-order-mark) for UTF? Influences the Encoding property. This will only work for UTF-8.
Public propertyMethodName
Gets or sets the Web service method name. Only used with Soap.
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyNamespace
Gets or sets the Web service namespace. Only used with Soap.
Public propertyParameters
Gets the array of parameters to be passed.
(Inherited from MethodCallTargetBase.)
Public propertyPreAuthenticate
Indicates whether to pre-authenticate the HttpWebRequest (Requires 'Authorization' in Headers parameters)
Public propertyProtocol
Gets or sets the protocol to be used when calling web service.
Public propertyProxyAddress
Gets or sets the custom proxy address, include port separated by a colon
Public propertyProxyType
Gets or sets the proxy configuration when calling web service
Public propertyUrl
Gets or sets the web service URL.
Public propertyUserAgent
Gets or sets the value of the User-agent HTTP header.
Public propertyXmlRoot
Gets or sets the name of the root XML element, if POST of XML document chosen. If so, this property must not be null. (see Protocol and XmlPost).
Public propertyXmlRootNamespace
Gets or sets the (optional) root namespace of the XML document, if POST of XML document chosen. (see Protocol and XmlPost).
Top
See Also