[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the PropFindResponseclass. Constructs a response from a file URL and content length

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
PropFindResponse(
	
string 
fileUrl,
	
int 
contentLength,
	
bool 
isDirectory
)
Public 
Sub 
New ( _
	
fileUrl 
As 
String, _
	
contentLength 
As 
Integer, _
	
isDirectory 
As 
Boolean _
)
public:
PropFindResponse(
	
String^ 
fileUrl, 
	
int 
contentLength, 
	
bool 
isDirectory
)

Parameters

fileUrl
String
contentLength
Int32
isDirectory
Boolean

See Also