SoapTransportImporter::ImportContext Property
.NET Framework (current version)
Gets or sets a reference to the SoapProtocolImporter performing the import action.
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^A reference to the SoapProtocolImporter performing the import action.
Derived classes can use this property to get detailed information about the current import context, such as the ServiceDescription object model, the current class name, or the current method name.
.NET Framework
Available since 1.1
Available since 1.1
Show: