C# Class WebDav.MultiStatusParser

显示文件 Open project: skazantsev/WebDavClient Class Usage Examples

Public Methods

Method Description
GetProperties ( List propstats ) : List
GetPropertyStatuses ( List propstats ) : List
GetPropertyStatuses ( System.Xml.Linq.XElement xresponse ) : List
GetPropstats ( System.Xml.Linq.XElement xresponse ) : List

Private Methods

Method Description
GetDescriptionFromPropstat ( System.Xml.Linq.XElement propstat ) : string
GetStatusCodeFromPropstat ( System.Xml.Linq.XElement propstat ) : int
IsSuccessStatusCode ( int statusCode ) : bool

Method Details

GetProperties() public static method

public static GetProperties ( List propstats ) : List
propstats List
return List

GetPropertyStatuses() public static method

public static GetPropertyStatuses ( List propstats ) : List
propstats List
return List

GetPropertyStatuses() public static method

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

GetPropstats() public static method

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