MimeFormatter::Initialize Method (Object^)
.NET Framework (current version)
When overridden in a derived class, initializes an instance.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- initializer
-
Type:
System::Object^
An object of a type appropriate to the particular class that is implementing the method.
The Initialize method is invoked at the time a request or response is processed; however, the initializer is obtained by calling the GetInitializer method on another instance during client or service initialization.
.NET Framework
Available since 1.1
Available since 1.1
Show: