PropResponse Constructor 

IT Hit WebDAV for .NET

Initializes a new instance of the PropResponse class.

[Visual Basic]
Public Sub New( _
   ByVal prop As Property, _
   ByVal response As WebDAVResponse _
)
[C#]
public PropResponse(
   Property prop,
   WebDAVResponse response
);

Parameters

prop
Provides name and namespace of the property.
response
WebDAV response for the property.

See Also

PropResponse Class | ITHit.WebDAV.Server.Response Namespace