Search Results for

    Show / Hide Table of Contents

    Class UnknownAttributeError

    420 Unknown Attribute. RFC5389. Indicates that the server received a STUN packet containing a comprehension-required attribute that it did not understand. The server MUST put this unknown attribute in the UNKNOWN-ATTRIBUTE attribute of its error response.

    Inheritance
    System.Object
    Error
    Error
    UnknownAttributeError
    Inherited Members
    Error.StunErrorCode
    Error.StunCode
    Error.CreateStunError(Int32, Message)
    Error.ErrorCode
    Error.Code
    Error.CodeValue
    Error.Exception
    Error.Message
    Error.ToString()
    Error.ToJson()
    Error.ToJson(Error)
    Error.FromJson(String)
    Namespace: FM.LiveSwitch.Stun
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class UnknownAttributeError : Error

    Constructors

    UnknownAttributeError(UnknownAttributesAttribute)

    Initializes a new instance of the UnknownAttributeError class.

    Declaration
    public UnknownAttributeError(UnknownAttributesAttribute unknownAttributes)
    Parameters
    Type Name Description
    UnknownAttributesAttribute unknownAttributes

    The unknown attributes attribute.

    UnknownAttributeError(String, UnknownAttributesAttribute)

    Initializes a new instance of the UnknownAttributeError class.

    Declaration
    public UnknownAttributeError(string message, UnknownAttributesAttribute unknownAttributes)
    Parameters
    Type Name Description
    System.String message

    The message.

    UnknownAttributesAttribute unknownAttributes

    The unknown attributes attribute.

    Properties

    UnknownAttributes

    Gets or sets the unknown attributes attribute.

    Declaration
    public UnknownAttributesAttribute UnknownAttributes { get; }
    Property Value
    Type Description
    UnknownAttributesAttribute

    Methods

    GetDescription()

    Gets the description for this Error.

    Declaration
    public override string GetDescription()
    Returns
    Type Description
    System.String
    Overrides
    Error.GetDescription()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0