Implementation of the MetaWeblog API for the MonoX portal engine. Enables MonoX to work with Windows Live Writer and similar client-side tools.

Namespace: MonoSoftware.MonoX.MetaWeblog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class MetaWeblog : XmlRpcService, IMetaWeblog
Visual Basic
Public Class MetaWeblog
	Inherits XmlRpcService
	Implements IMetaWeblog
Visual C++
public ref class MetaWeblog : public XmlRpcService, 
	IMetaWeblog
F#
type MetaWeblog =  
    class
        inherit XmlRpcService
        interface IMetaWeblog
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    SystemMethodsBase
      XmlRpcServerProtocol
        XmlRpcHttpServerProtocol
          XmlRpcService
            MonoSoftware.MonoX.MetaWeblog..::..MetaWeblog

See Also