PropFindResponse Class
Encapsulates a single element in a PROPFIND response.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PropFindResponse
Syntax
[SerializableAttribute]
public sealed class PropFindResponse
[SerializableAttribute]
public ref class PropFindResponse sealed
<SerializableAttribute>
Public NotInheritable Class PropFindResponse
Constructors
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. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top