SoapExtensionReflector::ReflectionContext Property
.NET Framework (current version)
Gets or sets the instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod method.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ProtocolReflector^ ReflectionContext { ProtocolReflector^ get(); void set(ProtocolReflector^ value); }
Property Value
Type: System.Web.Services.Description::ProtocolReflector^The instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod method.
If you implement a class that is derived from the SoapExtensionReflectorabstract 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: