Click or drag to resize

UtilCopyHeaderT Method (SIPMessage, HeaderType, SIPMessage)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static SIPMessage CopyHeader<T>(
	SIPMessage msg,
	HeaderType ht,
	SIPMessage other
)
where T : Header, ISIPCloneable<T>

Parameters

msg
Type: Ozeki.VoIPSIPMessage
ht
Type: Ozeki.VoIPHeaderType
other
Type: Ozeki.VoIPSIPMessage

Type Parameters

T

Return Value

Type: SIPMessage
See Also