PropFindResponse Class
Encapsulates a single element in a PROPFIND response.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | PropFindResponse(String^, Int64, Boolean) | Initializes a new instance of the PropFindResponse class. Constructs a response from a file URL and the content length. |
| Name | Description | |
|---|---|---|
![]() | ContentLength | Gets the content length (a:getcontentlength element). |
![]() | FileUrl | Gets the URL to the file (a:href element). |
![]() | IsDirectory | Gets a value that indicates whether the response is a directory. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

