Class BroadcastHandlerBase
Implemented by server and client broadcast handlers.
Inheritance
System.Object
BroadcastHandlerBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FishNet.Broadcast.Helping
Assembly: FishNet.Runtime.dll
Syntax
public abstract class BroadcastHandlerBase
Fields
IteratingIndex
Current index when iterating invokes. This value will be -1 when not iterating.
Declaration
protected int IteratingIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
RequireAuthentication
Declaration
public virtual bool RequireAuthentication { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
InvokeHandlers(NetworkConnection, PooledReader, Channel)
Declaration
public virtual void InvokeHandlers(NetworkConnection conn, PooledReader reader, Channel channel)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkConnection | conn | |
| PooledReader | reader | |
| Channel | channel |
InvokeHandlers(PooledReader, Channel)
Declaration
public virtual void InvokeHandlers(PooledReader reader, Channel channel)
Parameters
| Type | Name | Description |
|---|---|---|
| PooledReader | reader | |
| Channel | channel |
RegisterHandler(Object)
Declaration
public abstract void RegisterHandler(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
UnregisterHandler(Object)
Declaration
public abstract void UnregisterHandler(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |