SoapExtension::GetInitializer Method

 

When overridden in a derived class, allows a SOAP extension to initialize data specific to an XML Web service method at a one time performance cost.

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

NameDescription
System_CAPS_pubmethodGetInitializer(LogicalMethodInfo^, SoapExtensionAttribute^)

When overridden in a derived class, allows a SOAP extension to initialize data specific to an XML Web service method using an attribute applied to the XML Web service method at a one time performance cost.

System_CAPS_pubmethodGetInitializer(Type^)

When overridden in a derived class, allows a SOAP extension to initialize data specific to a class implementing an XML Web service at a one time performance cost.

Return to top
Show: