Class
WebServiceDataSource

Represents web service data to data items.

Definition

Constructors

WebServiceDataSource()

Initializes a new instance of the WebServiceDataSource class.

Declaration

cs-api-definition
public WebServiceDataSource()

Properties

Authentication

Gets or sets the authentication object.

Declaration

cs-api-definition
[TypeConverter(typeof(DisplayNameConverter))]
public WebServiceAuthentication Authentication { get; set; }

Property Value

WebServiceAuthentication

Body

Gets or sets the body of the POST method.

Declaration

cs-api-definition
public string Body { get; set; }

Property Value

string

DataFormat

Gets or sets the expected data format of the response.

Declaration

cs-api-definition
public WebServiceResponseFormat DataFormat { get; set; }

Property Value

WebServiceResponseFormat

Method

Gets or sets the HTTP request method.

Declaration

cs-api-definition
public WebServiceRequestMethod Method { get; set; }

Property Value

WebServiceRequestMethod

Parameters

Gets a collection of query parameters.

Declaration

cs-api-definition
public WebServiceParameterCollection Parameters { get; }

Property Value

WebServiceParameterCollection