C# 클래스 WebDav.MultiStatusParser

파일 보기 프로젝트 열기: skazantsev/WebDavClient 1 사용 예제들

공개 메소드들

메소드 설명
GetProperties ( List propstats ) : List
GetPropertyStatuses ( List propstats ) : List
GetPropertyStatuses ( System.Xml.Linq.XElement xresponse ) : List
GetPropstats ( System.Xml.Linq.XElement xresponse ) : List

비공개 메소드들

메소드 설명
GetDescriptionFromPropstat ( System.Xml.Linq.XElement propstat ) : string
GetStatusCodeFromPropstat ( System.Xml.Linq.XElement propstat ) : int
IsSuccessStatusCode ( int statusCode ) : bool

메소드 상세

GetProperties() 공개 정적인 메소드

public static GetProperties ( List propstats ) : List
propstats List
리턴 List

GetPropertyStatuses() 공개 정적인 메소드

public static GetPropertyStatuses ( List propstats ) : List
propstats List
리턴 List

GetPropertyStatuses() 공개 정적인 메소드

public static GetPropertyStatuses ( System.Xml.Linq.XElement xresponse ) : List
xresponse System.Xml.Linq.XElement
리턴 List

GetPropstats() 공개 정적인 메소드

public static GetPropstats ( System.Xml.Linq.XElement xresponse ) : List
xresponse System.Xml.Linq.XElement
리턴 List