Udostępnij za pośrednictwem


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
System_CAPS_pubmethod 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
System_CAPS_pubproperty ContentLength

Gets the content length (a:getcontentlength element).

System_CAPS_pubproperty FileUrl

Gets the URL to the file (a:href element).

System_CAPS_pubproperty IsDirectory

Gets a value that indicates whether the response is a directory.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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