Class WolfClientOptions
Represents options for WolfClient.
Inheritance
System.Object
    WolfClientOptions
  Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WolfClientOptionsFields
| Improve this Doc View SourceBetaServerURL
Pre-release Wolf server URL.
Declaration
public const string BetaServerURL = "wss://v3-rc.palringo.com:3051"Field Value
| Type | Description | 
|---|---|
| System.String | 
DefaultDevice
Default device to pass to the server when connecting.
Declaration
public const WolfDevice DefaultDevice = WolfDevice.BotField Value
| Type | Description | 
|---|---|
| WolfDevice | 
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 SourceDevice
Device to connect as.
Declaration
public WolfDevice Device { get; set; }Property Value
| Type | Description | 
|---|---|
| WolfDevice | 
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.
ServerURL
WOLF server URL to connect to.
Declaration
public string ServerURL { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
