SoapExtensionImporter::ImportContext Property
.NET Framework (current version)
Gets or sets the SoapProtocolImporter instance that invokes the ImportMethod method.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property SoapProtocolImporter^ ImportContext { SoapProtocolImporter^ get(); void set(SoapProtocolImporter^ value); }
Property Value
Type: System.Web.Services.Description::SoapProtocolImporter^The SoapProtocolImporter instance that invokes the ImportMethod method.
A SoapProtocolImporter object maintains references to instances of SoapExtensionImporter derived types, and then calls the ImportMethodon each of those instances.
.NET Framework
Available since 1.1
Available since 1.1
Show: