Struct ResponseContext
Assembly: Glitch9.IO.dll
Syntax
public readonly struct ResponseContext
Constructors
|
Edit this page
View Source
ResponseContext(string, string, int, bool)
Declaration
public ResponseContext(string id = null, string @event = null, int retryMs = -1, bool done = false)
Parameters
Properties
|
Edit this page
View Source
Done
Declaration
public bool Done { get; }
Property Value
|
Edit this page
View Source
Event
Declaration
public string Event { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
RetryMs
Declaration
public int RetryMs { get; }
Property Value
Methods
|
Edit this page
View Source
Copy(string, string, int?, bool?)
Declaration
public ResponseContext Copy(string id = null, string @event = null, int? retryMs = null, bool? done = null)
Parameters
Returns
Extension Methods