Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfClientOptions

    Represents options for WolfClient.

    Inheritance
    System.Object
    WolfClientOptions
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfClientOptions

    Fields

    | Improve this Doc View Source

    BetaServerURL

    Pre-release Wolf server URL.

    Declaration
    public const string BetaServerURL = "wss://v3-rc.palringo.com:3051"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultDevice

    Default device to pass to the server when connecting.

    Declaration
    public const WolfDevice DefaultDevice = WolfDevice.Bot
    Field Value
    Type Description
    WolfDevice
    | Improve this Doc View Source

    DefaultServerURL

    Default Wolf server URL.

    Declaration
    public const string DefaultServerURL = "wss://v3.palringo.com:3051"
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    Device

    Device to connect as.

    Declaration
    public WolfDevice Device { get; set; }
    Property Value
    Type Description
    WolfDevice
    | Improve this Doc View Source

    IgnoreOwnChatMessages

    Whether the client should skip raising events for messages it sent.

    Declaration
    public bool IgnoreOwnChatMessages { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to true.

    | Improve this Doc View Source

    ServerURL

    WOLF server URL to connect to.

    Declaration
    public string ServerURL { get; set; }
    Property Value
    Type Description
    System.String