SipHeaderPrefix Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add commentMore actions Enum representing the prefix to be used for SIP X headers.
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public enum SipHeaderPrefix
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
type SipHeaderPrefix =
Public Enum SipHeaderPrefix
- Inheritance
-
SipHeaderPrefix
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| XmsCustom | 0 | Use the legacy "X-MS-Custom-" prefix. |
| X | 1 | Use the generic "X-" prefix. |