SoapServerProtocol.ModifyInitializedExtensions Method (PriorityGroup, SoapExtension[])

 

Applies the specified priority and group attributes to the SOAP extensions contained in the specified array of type SoapExtension.

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

abstract ModifyInitializedExtensions : 
        group:PriorityGroup *
        extensions:SoapExtension[] -> SoapExtension[]
override ModifyInitializedExtensions : 
        group:PriorityGroup *
        extensions:SoapExtension[] -> SoapExtension[]

Parameters

group
Type: System.Web.Services.Configuration.PriorityGroup

A PriorityGroup that specifies the priority and group attributes to be applied to the SOAP extensions contained in extensions.

extensions
Type: System.Web.Services.Protocols.SoapExtension[]

An array of type SoapExtension to which to apply the priority and group attributes specified by group.

Return Value

Type: System.Web.Services.Protocols.SoapExtension[]

An array of type SoapExtension with the priority and group attributes specified by group applied.

.NET Framework
Available since 2.0
Return to top
Show: