Search Results for

    Show / Hide Table of Contents

    Class ForbiddenError

    403 Forbidden. RFC 5766. Indicates that the request is valid, but the server is refusing to perform it, likely due to administrative restrictions. The client considers the current transaction as having failed. The client MAY notify the user or operator and SHOULD NOT retry the same request with this server until it believes the problem has been fixed.

    Inheritance
    System.Object
    Error
    Error
    ForbiddenError
    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)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch.Stun.Turn
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ForbiddenError : Error

    Constructors

    ForbiddenError()

    Initializes a new instance of the ForbiddenError class.

    Declaration
    public ForbiddenError()

    ForbiddenError(String)

    Initializes a new instance of the ForbiddenError class.

    Declaration
    public ForbiddenError(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