Share via


PrivacyHeader Struct

Definition

SIP privacy header value, id - Privacy requested for Third-Party Asserted Identity (rfc3325), none - No operation is performed by privacy service (rfc3323).

public readonly struct PrivacyHeader : IEquatable<Azure.Communication.PhoneNumbers.SipRouting.PrivacyHeader>
type PrivacyHeader = struct
Public Structure PrivacyHeader
Implements IEquatable(Of PrivacyHeader)
Inheritance
PrivacyHeader
Implements

Constructors

Name Description
PrivacyHeader(String)

Initializes a new instance of PrivacyHeader.

Properties

Name Description
Id

id.

None

none.

Methods

Name Description
Equals(PrivacyHeader)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(PrivacyHeader, PrivacyHeader)

Determines if two PrivacyHeader values are the same.

Implicit(String to PrivacyHeader)

Converts a String to a PrivacyHeader.

Inequality(PrivacyHeader, PrivacyHeader)

Determines if two PrivacyHeader values are not the same.

Applies to