PingStatus Struct

Definition

The status of SIP OPTIONS message sent by Trunk.

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

Constructors

Name Description
PingStatus(String)

Initializes a new instance of PingStatus.

Properties

Name Description
Error

Indicates the status is at an error level.

Expired

Indicates the status is expired.

Ok

Indicates the status is okay.

Unknown

Indicates an unknown status.

Methods

Name Description
Equals(PingStatus)

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(PingStatus, PingStatus)

Determines if two PingStatus values are the same.

Implicit(String to PingStatus)

Converts a String to a PingStatus.

Inequality(PingStatus, PingStatus)

Determines if two PingStatus values are not the same.

Applies to