.NET SDK - InputEvent

InputEvent class

An event that occurs when input arrives for a given OutboundStream.

public sealed class InputEvent : BaseEvent<InputBody>

Public Members

namedescription
Id { get; }The ID of the peer emitting the input.
IsDiscarded { get; }Flag indicating if the input has been discarded or will be processed by the host.
Discard()Discards the input, preventing the host from processing it.

Remarks

Can be used to Discard input events, preventing the host from processing them.

See Also