SoapExtension.GetInitializer Method (System.Web.Services.Protocols)

Switch View :
ScriptFree
.NET Framework Class Library
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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetInitializer(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.
Public method GetInitializer(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.
Top
See Also

Reference