Interface IPlayerContext
Namespace: Void.Proxy.Api.Players.Contexts
Assembly: Void.Proxy.Api.dll
public interface IPlayerContext : IDisposable, IAsyncDisposableImplements
Properties
Channel
Gets or sets the network channel used for communication.
INetworkChannel? Channel { get; set; }Property Value
IsDisposed
Gets the current state of the player context.
bool IsDisposed { get; }Property Value
Logger
Gets the logger instance for logging player-specific events and information.
ILogger Logger { get; }Property Value
Player
Gets the current player instance.
IPlayer Player { get; }Property Value
Services
Gets the service provider that provides access to player scoped services.
IServiceProvider Services { get; }