DekGenius.com
[ Team LiB ] Previous Section Next Section

Import

System.Web.Services.Description (system.web.services.dll)sealed class

This class represents the WSDL <import> element, which associates an XML namespace with a document location. The familiar XML equivalent is <import namespace="uri" location="uri"/>. This equivalent allows a WSDL document to be split into multiple subdocuments, each with a unique XML namespace, which can then be imported as needed.

public sealed class Import : DocumentableItem {
// Public Constructors
   public Import( );
// Public Instance Properties
   public string Location{set; get; }
   public string Namespace{set; get; }
   public ServiceDescription ServiceDescription{get; }
}

Hierarchy

System.Object DocumentableItem Import

Returned By

ImportCollection.this

Passed To

ImportCollection.{Add( ), Contains( ), CopyTo( ), IndexOf( ), Insert( ), Remove( ), this}

    [ Team LiB ] Previous Section Next Section