Propstat
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.webdav
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Propstat()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aProps: Slice<Property>; aStatus: Int64; aXMLError: string; aResponseDescription: string)
// Island
constructor(aProps: Slice<Property>; aStatus: int; aXMLError: string; aResponseDescription: string)
// .NET, .NET Standard 2.0
Propstat(Slice<Property> aProps, Int64 aStatus, string aXMLError, string aResponseDescription)
// Island
Propstat(Slice<Property> aProps, int aStatus, string aXMLError, string aResponseDescription)
Parameters:
- aProps:
- aStatus:
- aXMLError:
- aResponseDescription:
constructor (Propstat)
constructor(value: Propstat)
Propstat(Propstat value)
init(_ value: Propstat)
Sub New(value As Propstat)
Parameters:
- value:
Props
ResponseDescription
var ResponseDescription: string;
string ResponseDescription
var ResponseDescription: string
ResponseDescription string
FIELD ResponseDescription() As string
Status
XMLError
Props
ResponseDescription
var ResponseDescription: string;
string ResponseDescription
var ResponseDescription: string
ResponseDescription string
FIELD ResponseDescription() As string
Status
XMLError
constructor
constructor
Propstat()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aProps: Slice<Property>; aStatus: Int64; aXMLError: string; aResponseDescription: string)
// Island
constructor(aProps: Slice<Property>; aStatus: int; aXMLError: string; aResponseDescription: string)
// .NET, .NET Standard 2.0
Propstat(Slice<Property> aProps, Int64 aStatus, string aXMLError, string aResponseDescription)
// Island
Propstat(Slice<Property> aProps, int aStatus, string aXMLError, string aResponseDescription)
Parameters:
- aProps:
- aStatus:
- aXMLError:
- aResponseDescription:
constructor (Propstat)
constructor(value: Propstat)
Propstat(Propstat value)
init(_ value: Propstat)
Sub New(value As Propstat)
Parameters:
- value: