MultipropResponse.AddResponses Method 

IT Hit WebDAV for .NET

Adds new responses to the private collection in this class.

[Visual Basic]
Public Sub AddResponses( _
   ParamArray r As PropResponse() _
)
[C#]
public void AddResponses(
   params PropResponse[] r
);

Parameters

r
Array of responses to add to the collection.

See Also

MultipropResponse Class | ITHit.WebDAV.Server.Response Namespace