System.Web.Services.Protocols.MimeFormatter Members

The members of System.Web.Services.Protocols.MimeFormatter are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.Services.Protocols.MimeFormatter class.

Public Methods

static
CreateInstance(Type, object) : MimeFormatter

Creates and initializes an instance of a concrete class derived from System.Web.Services.Protocols.MimeFormatter.

abstract
GetInitializer(LogicalMethodInfo) : object

When overridden in a derived class, returns an initializer for the specified method.

static
GetInitializer(Type, LogicalMethodInfo) : object

Returns an initializer for the specified method.

GetInitializers(LogicalMethodInfo[]) : object[]

When overridden in a derived class, returns an array of initializer objects corresponding to an input array of method definitions.

static
GetInitializers(Type, LogicalMethodInfo[]) : object[]

Returns an array of initializer objects corresponding to an input array of method definitions for a specified class derived from System.Web.Services.Protocols.MimeFormatter.

abstract
Initialize(object)

When overridden in a derived class, initializes an instance.