Show / Hide Table of Contents

Enum SctpUnrecognisedParameterActions

The actions required for unrecognised parameters. The byte value corresponds to the highest order two bits of the parameter type value.

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum SctpUnrecognisedParameterActions : byte
Remarks

https://tools.ietf.org/html/rfc4960#section-3.2.1

Fields

Name Description
Skip

Skip this parameter and continue processing.

SkipAndReport

Skip this parameter and continue processing but report the unrecognized parameter in an 'Unrecognized Parameter'.

Stop

Stop processing this parameter; do not process any further parameters within this chunk.

StopAndReport

Stop processing this parameter, do not process any further parameters within this chunk, and report the unrecognized parameter in an 'Unrecognized Parameter'.

Extension Methods

JSONWriter.ToJson()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX