PropFindResponse Constructor (String, Int64, Boolean)
Initializes a new instance of the PropFindResponse class. Constructs a response from a file URL and the content length.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PropFindResponse(
string fileUrl,
long contentLength,
bool isDirectory
)
public:
PropFindResponse(
String^ fileUrl,
long long contentLength,
bool isDirectory
)
Public Sub New (
fileUrl As String,
contentLength As Long,
isDirectory As Boolean
)
Parameters
- fileUrl
Type: System.String
- contentLength
Type: System.Int64
- isDirectory
Type: System.Boolean
See Also
PropFindResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top