This documentation is archived and is not being maintained.
SoapTransportImporter.ImportContext Property
.NET Framework 1.1
Gets or sets a reference to the SoapProtocolImporter performing the import action.
[Visual Basic] Public Property ImportContext As SoapProtocolImporter [C#] public SoapProtocolImporter ImportContext {get; set;} [C++] public: __property SoapProtocolImporter* get_ImportContext(); public: __property void set_ImportContext(SoapProtocolImporter*); [JScript] public function get ImportContext() : SoapProtocolImporter; public function set ImportContext(SoapProtocolImporter);
Property Value
Remarks
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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SoapTransportImporter Class | SoapTransportImporter Members | System.Web.Services.Description Namespace
Show: