Table of Contents

Class SipEndpoint.StandardHeader

Namespace
Vonage.Voice.Nccos.Endpoints
Assembly
Vonage.dll

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

UserToUser string

Transmit 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; }

Property Value

string