XmlFormatExtensionAttribute.ExtensionPoints Property

 

The stages at which the service description format extension is to run.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

member ExtensionPoints : Type[] with get, set

Property Value

Type: System.Type[]

An array of Type that specifies the stage at which the service description format extension is to run.

The list of available types with which a service description format extension can run include those built into ASP.NET and any custom types configured on the Web server. The types built into ASP.NET that can run with a service description format extension are in the following list:

These classes all refer to sections, within a service description, that are generated by ASP.NET.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: