Class WolfClientOptions
Represents options for WolfClient.
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WolfClientOptions
Fields
| 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 |
---|---|
String |
DefaultDevice
Default device to pass to the server when connecting.
Declaration
public const WolfDevice DefaultDevice = WolfDevice.Bot
Field Value
Type | Description |
---|---|
WolfDevice |
DefaultServerURL
Default Wolf server URL.
Declaration
public const string DefaultServerURL = "wss://v3.palringo.com:3051"
Field Value
Type | Description |
---|---|
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 |
---|---|
Boolean |
Remarks
Defaults to true.
ServerURL
WOLF server URL to connect to.
Declaration
public string ServerURL { get; set; }
Property Value
Type | Description |
---|---|
String |