SoapTransportImporter::ImportContext Property

 

Gets or sets a reference to the SoapProtocolImporter performing the import action.

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^

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
Return to top
Show: