Class ClientPacketScope
Inheritance
ClientPacketScope
Assembly: SlipeServer.Server.dll
Syntax
public class ClientPacketScope : IDisposable
Constructors
|
Edit this page
View Source
ClientPacketScope(IClient)
Declaration
public ClientPacketScope(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
|
Edit this page
View Source
ClientPacketScope(Player)
Declaration
public ClientPacketScope(Player player)
Parameters
Type |
Name |
Description |
Player |
player |
|
|
Edit this page
View Source
ClientPacketScope(HashSet<IClient>)
Declaration
public ClientPacketScope(HashSet<IClient> clients)
Parameters
|
Edit this page
View Source
ClientPacketScope(IEnumerable<IClient>)
Declaration
public ClientPacketScope(IEnumerable<IClient> clients)
Parameters
|
Edit this page
View Source
ClientPacketScope(IEnumerable<Player>)
Declaration
public ClientPacketScope(IEnumerable<Player> players)
Parameters
Properties
|
Edit this page
View Source
Current
Declaration
public static ClientPacketScope? Current { get; }
Property Value
Methods
|
Edit this page
View Source
ContainsClient(IClient)
Declaration
public bool ContainsClient(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
Returns
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements