Copies properties to the supplied target message. Used for cloning.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Protected Friend 
Shared 
Sub 
CopyProperties ( _
	
source 
As 

Message, _
	
target 
As 

Message _
)
Visual Basic (usage)
Dim 
source 
As 

Message
Dim 
target 
As 

Message


Message.
CopyProperties(
source, 
target)
C#
protected internal 
static 
void 
CopyProperties(
	

Message 
source,
	

Message 
target
)

See also