InvokeWebServiceActivity.ProxyClass Property

Definition

Gets or sets the type of the proxy class used to communicate with the Web service.

[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.TypePropertyValueProviderTypeConverter))]
public Type ProxyClass { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Common.TypePropertyValueProviderTypeConverter))]
public Type ProxyClass { get; set; }

Property Value

Type of the proxy used to start the Web service. The default is an empty String.

Attributes

Remarks

If this property is set when the activity is in runtime mode a ReadOnlyException is thrown.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also