SoapExtensionReflector.ReflectionContext Property

Definition

Gets or sets the instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod() method.

public:
 property System::Web::Services::Description::ProtocolReflector ^ ReflectionContext { System::Web::Services::Description::ProtocolReflector ^ get(); void set(System::Web::Services::Description::ProtocolReflector ^ value); };
public System.Web.Services.Description.ProtocolReflector ReflectionContext { get; set; }
member this.ReflectionContext : System.Web.Services.Description.ProtocolReflector with get, set
Public Property ReflectionContext As ProtocolReflector

Property Value

The instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod() method.

Remarks

If you implement a class that's derived from the SoapExtensionReflector abstract class, you do not need to implement a class that is derived from ProtocolReflector to invoke the ReflectMethod method or to set the ReflectionContext property.

Applies to