C# Class newtelligence.DasBlog.Web.Services.ConfigEditingServiceImplementation

Inheritance: System.Web.Services.WebService
Show file Open project: AArnott/dasblog

Public Properties

Property Type Description
authenticationHeader AuthenticationHeader
unknownHeaders System.Web.Services.Protocols.SoapUnknownHeader[]

Public Methods

Method Description
ConfigEditingServiceImplementation ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EnumBlogrolls ( ) : string[]
GetBlogroll ( string blogRollName ) : XmlElement
GetSiteConfig ( ) : SiteConfig
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadBlogroll ( string fileName ) : XmlElement
PostBlogroll ( string blogRollName, XmlElement blogRoll ) : void
SaveBlogroll ( string fileName, XmlElement opmlXml ) : void
UpdateSiteConfig ( SiteConfig siteConfig ) : void

Method Details

ConfigEditingServiceImplementation() public method

public ConfigEditingServiceImplementation ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

authenticationHeader public property

public AuthenticationHeader,newtelligence.DasBlog.Web.Services authenticationHeader
return AuthenticationHeader

unknownHeaders public property

public SoapUnknownHeader[],System.Web.Services.Protocols unknownHeaders
return System.Web.Services.Protocols.SoapUnknownHeader[]