- methodInfo
- A System.Web.Services.Protocols.LogicalMethodInfo that specifies the Web method for which the initializer is obtained.
An object that contains the initializer for the specified method.
An initializer is an object passed as a parameter to the MimeFormatter.Initialize(object) method.
A derived class's implementation of the MimeFormatter.GetInitializer(LogicalMethodInfo) instance method is invoked during client or service initialization. Later, at the time a request or response is processed, the initializer object is passed to the static MimeFormatter.CreateInstance(Type, object) method, which creates an instance of another object of the derived class, and then to the MimeFormatter.Initialize(object) method to initialize it. The other object performs the actual reading or writing.