Class PlayerPendingScreenshot
  A server requested screen capture of the player's screen
 
  
  
    Inheritance
    
    PlayerPendingScreenshot
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class PlayerPendingScreenshot
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ErrorMessage
  
  
  Declaration
  
    public string? ErrorMessage { get; init; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Stream
  
  
  Declaration
  
    public MemoryStream? Stream { get; init; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Tag
  
  
  Declaration
  
    public string Tag { get; init; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  TotalParts
  
  
  Declaration
  
    public uint TotalParts { get; init; }
   
  Property Value