System.Web.Services.Protocols.SoapServerProtocol.ModifyInitializedExtensions Method

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

Syntax

protected virtual SoapExtension[] ModifyInitializedExtensions (System.Web.Services.Configuration.PriorityGroup group, SoapExtension[] extensions)

Parameters

group
A System.Web.Services.Configuration.PriorityGroup that specifies the priority and group attributes to be applied to the SOAP extensions contained in extensions.
extensions
An array of type System.Web.Services.Protocols.SoapExtension to which to apply the priority and group attributes specified by group.

Returns

An array of type System.Web.Services.Protocols.SoapExtension with the priority and group attributes specified by group applied.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0