C# 클래스 newtelligence.DasBlog.Web.Services.ConfigEditingServiceImplementation

상속: System.Web.Services.WebService
파일 보기 프로젝트 열기: AArnott/dasblog

공개 프로퍼티들

프로퍼티 타입 설명
authenticationHeader AuthenticationHeader
unknownHeaders System.Web.Services.Protocols.SoapUnknownHeader[]

공개 메소드들

메소드 설명
ConfigEditingServiceImplementation ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigEditingServiceImplementation() 공개 메소드

public ConfigEditingServiceImplementation ( ) : System
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

authenticationHeader 공개적으로 프로퍼티

public AuthenticationHeader,newtelligence.DasBlog.Web.Services authenticationHeader
리턴 AuthenticationHeader

unknownHeaders 공개적으로 프로퍼티

public SoapUnknownHeader[],System.Web.Services.Protocols unknownHeaders
리턴 System.Web.Services.Protocols.SoapUnknownHeader[]