SoapExtensionImporter::ImportContext Property

 
Use BaseTrue

Gets or sets the SoapProtocolImporter instance that invokes the ImportMethod method.

Namespace:   System.Web.Services.Description
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
Return to top
Show: