Udostępnij za pośrednictwem


InvokeWebServiceActivity.ProxyClass Właściwość

Definicja

Pobiera lub ustawia typ klasy serwera proxy używanej do komunikowania się z usługą sieci Web.

public:
 property Type ^ ProxyClass { Type ^ get(); void set(Type ^ value); };
[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; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.TypePropertyValueProviderTypeConverter))>]
member this.ProxyClass : Type with get, set
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Common.TypePropertyValueProviderTypeConverter))>]
member this.ProxyClass : Type with get, set
Public Property ProxyClass As Type

Wartość właściwości

Type serwera proxy używanego do uruchamiania usługi sieci Web. Wartość domyślna to pusta Stringwartość .

Atrybuty

Uwagi

Jeśli ta właściwość jest ustawiona, gdy działanie jest w trybie środowiska uruchomieniowego, zostanie ReadOnlyException zgłoszony.

Dotyczy

Zobacz też