Class ResponseContext_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class ResponseContext_t : NativeObject
- Inheritance
-
object
ResponseContext_t
- Inherited Members
-
Constructors
ResponseContext_t(nint)
public ResponseContext_t(nint pointer)
Parameters
pointer
nint
Properties
ExpirationTime
[SchemaMember("ResponseContext_t", "m_fExpirationTime")]
public ref float ExpirationTime { get; }
Property Value
- float
Name
[SchemaMember("ResponseContext_t", "m_iszName")]
public string Name { get; set; }
Property Value
- string
Value
[SchemaMember("ResponseContext_t", "m_iszValue")]
public string Value { get; set; }
Property Value
- string