Table of Contents

Class SIPNamedDest

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public sealed class SIPNamedDest : IMessage<SIPNamedDest>, IEquatable<SIPNamedDest>, IDeepCloneable<SIPNamedDest>, IBufferMessage, IMessage
Inheritance
SIPNamedDest
Implements
IMessage<SIPNamedDest>
IDeepCloneable<SIPNamedDest>
IBufferMessage
IMessage
Inherited Members

Constructors

SIPNamedDest()

public SIPNamedDest()

SIPNamedDest(SIPNamedDest)

public SIPNamedDest(SIPNamedDest other)

Parameters

other SIPNamedDest

Fields

DisplayNameFieldNumber

Field number for the "display_name" field.

public const int DisplayNameFieldNumber = 3

Field Value

int

RawFieldNumber

Field number for the "raw" field.

public const int RawFieldNumber = 1

Field Value

int

ValuesFieldNumber

Field number for the "values" field.

public const int ValuesFieldNumber = 2

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

DisplayName

public string DisplayName { get; set; }

Property Value

string

HasRaw

Gets whether the "raw" field is set

public bool HasRaw { get; }

Property Value

bool

Parser

public static MessageParser<SIPNamedDest> Parser { get; }

Property Value

MessageParser<SIPNamedDest>

Raw

<sip:user@sip.example.com:5060;transport=tcp&gt;

public string Raw { get; set; }

Property Value

string

UriCase

public SIPNamedDest.UriOneofCase UriCase { get; }

Property Value

SIPNamedDest.UriOneofCase

Values

public SIPUri Values { get; set; }

Property Value

SIPUri

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

ClearRaw()

Clears the value of the oneof if it's currently set to "raw"

public void ClearRaw()

ClearUri()

public void ClearUri()

Clone()

Creates a deep clone of this object.

public SIPNamedDest Clone()

Returns

SIPNamedDest

A deep clone of this object.

Equals(SIPNamedDest)

public bool Equals(SIPNamedDest other)

Parameters

other SIPNamedDest

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(SIPNamedDest)

Merges the given message into this one.

public void MergeFrom(SIPNamedDest other)

Parameters

other SIPNamedDest

Remarks

See the user guide for precise merge semantics.

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.