Show / Hide Table of Contents

Class NetworkHandlers

Inheritance
System.Object
NetworkHandlers
Inherited Members
System.Object.ToString()
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: Dalamud.Game.Network
Assembly: Dalamud.dll
Syntax
public class NetworkHandlers

Constructors

| Improve this Doc View Source

NetworkHandlers(Dalamud, Boolean)

Declaration
public NetworkHandlers(Dalamud dalamud, bool optOutMbUploads)
Parameters
Type Name Description
Dalamud dalamud
System.Boolean optOutMbUploads

Events

| Improve this Doc View Source

CfPop

Event which gets fired when a duty is ready.

Declaration
public event EventHandler<ContentFinderCondition> CfPop
Event Type
Type Description
System.EventHandler<ContentFinderCondition>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX