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: 1.8.12.0 (1.8.12)
Syntax public PIdentityHeader ParsePAssertedID(
PIdentityType type
)
Public Function ParsePAssertedID (
type As PIdentityType
) As PIdentityHeader
public:
PIdentityHeader^ ParsePAssertedID(
PIdentityType type
)
member ParsePAssertedID :
type : PIdentityType -> PIdentityHeader
Parameters
- type
- Type: Ozeki.VoIPPIdentityType
Return Value
Type:
PIdentityHeaderSee Also