Search Results for

    Show / Hide Table of Contents

    Class StaleCredentialsError

    430 Stale Credentials. The shared secret sent in the request is expired; the client should obtain a new shared secret.

    Inheritance
    System.Object
    Error
    Error
    StaleCredentialsError
    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 StaleCredentialsError : Error

    Constructors

    StaleCredentialsError()

    Initializes a new instance of the StaleCredentialsError class.

    Declaration
    public StaleCredentialsError()

    StaleCredentialsError(String)

    Initializes a new instance of the StaleCredentialsError class.

    Declaration
    public StaleCredentialsError(string message)
    Parameters
    Type Name Description
    System.String message

    The message.

    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