Response.Clone
The Clone method creates a deep copy of this Response object.
public Object Clone();
Public Function Clone() As Object
Parameters
This method has no parameters.
Return Values
Returns a System.Object that contains the clone of the request. The clone should be subsequently cast as Response to obtain functionality.
Remarks
This method overrides the inherited Message.Clone() method.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2003.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)