RFC3325ParserExtensionParsePAssertedID Method |
PAssertedID = "P-Asserted-Identity" HCOLON PAssertedID-value *(COMMA PAssertedID-value)
PAssertedID-value = name-addr / addr-spec
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic PIdentityHeader ParsePAssertedID(
PIdentityType type
)
Public Function ParsePAssertedID (
type As PIdentityType
) As PIdentityHeader
public:
PIdentityHeader^ ParsePAssertedID(
PIdentityType type
)
member ParsePAssertedID :
type : PIdentityType -> PIdentityHeader
Parameters
- type PIdentityType
-
Return Value
PIdentityHeader
See Also