Show / Hide Table of Contents

Class PlayerPendingScreenshot

A server requested screen capture of the player's screen

Inheritance
object
PlayerPendingScreenshot
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements
Assembly: SlipeServer.Server.dll
Syntax
public class PlayerPendingScreenshot

Properties

| Edit this page View Source

ErrorMessage

Declaration
public string? ErrorMessage { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Stream

Declaration
public MemoryStream? Stream { get; init; }
Property Value
Type Description
MemoryStream
| Edit this page View Source

Tag

Declaration
public string Tag { get; init; }
Property Value
Type Description
string
| Edit this page View Source

TotalParts

Declaration
public uint TotalParts { get; init; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX