메소드 | 설명 | |
---|---|---|
ToString ( ) : string | ||
WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode ) : System.Xml.Linq |
Initializes a new instance of the WebDavPropertyStatus class.
|
|
WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode, string description ) : System.Xml.Linq |
Initializes a new instance of the WebDavPropertyStatus class.
|
public WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode ) : System.Xml.Linq | ||
name | System.Xml.Linq.XName | The property name. |
statusCode | int | The status code of the operation. |
리턴 | System.Xml.Linq |
public WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode, string description ) : System.Xml.Linq | ||
name | System.Xml.Linq.XName | The property name. |
statusCode | int | The status code of the operation. |
description | string | The description of the operation. |
리턴 | System.Xml.Linq |