Click or drag to resize
ReplaceParserExtensionParseExtensionHeader Method
Replaces = "Replaces" HCOLON callid *(SEMI replaces-param) replaces-param = to-tag / from-tag / early-flag / generic-param to-tag = "to-tag" EQUAL token from-tag = "from-tag" EQUAL token early-flag = "early-only"

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override AbstractExtensionHeader ParseExtensionHeader(
	string headerName
)

Parameters

headerName
Type: SystemString

Return Value

Type: AbstractExtensionHeader
See Also