Class SipEndpoint.StandardHeader
Standard SIP INVITE headers. Unlike the headers property, these are not prepended with X-.
public record SipEndpoint.StandardHeader : IEquatable<SipEndpoint.StandardHeader>
- Inheritance
-
SipEndpoint.StandardHeader
- Implements
- Inherited Members
Constructors
StandardHeader(string)
Standard SIP INVITE headers. Unlike the headers property, these are not prepended with X-.
public StandardHeader(string UserToUser)
Parameters
UserToUserstringTransmit user-to-user information if supported by the CC / PBX vendor, as per RFC 7433.
Properties
UserToUser
Transmit user-to-user information if supported by the CC / PBX vendor, as per RFC 7433.
[JsonProperty("User-to-User")]
public string UserToUser { get; init; }