MimeFormatter.Initialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, initializes an instance.
public:
abstract void Initialize(System::Object ^ initializer);
public abstract void Initialize (object initializer);
abstract member Initialize : obj -> unit
Public MustOverride Sub Initialize (initializer As Object)
Parameters
- initializer
- Object
An object of a type appropriate to the particular class that is implementing the method.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.