MimeFormatter::Initialize Method (Object^)

 
Use BaseTrue

When overridden in a derived class, initializes an instance.

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

public:
virtual void Initialize(
	Object^ initializer
) abstract

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
Return to top
Show: