SoapServerProtocol::ModifyInitializedExtensions Method (PriorityGroup, array<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)

protected:
virtual array<SoapExtension^>^ ModifyInitializedExtensions(
	PriorityGroup group,
	array<SoapExtension^>^ extensions
)

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: array<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: array<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: