Class SctpAbortChunk
The ABORT chunk is sent to the peer of an association to close the association.The ABORT chunk may contain Cause Parameters to inform the receiver about the reason of the abort.DATA chunks MUST NOT be bundled with ABORT.Control chunks (except for INIT, INIT ACK, and SHUTDOWN COMPLETE) MAY be bundled with an ABORT, but they MUST be placed before the ABORT in the SCTP packet or they will be ignored by the receiver.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class SctpAbortChunk : SctpErrorChunk
Remarks
Constructors
| Improve this Doc View SourceSctpAbortChunk(Boolean)
Creates a new ABORT chunk.
Declaration
public SctpAbortChunk(bool verificationTagBit)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | verificationTagBit | If set to true sets a bit in the chunk header to indicate the sender filled in the Verification Tag expected by the peer. |
Methods
| Improve this Doc View SourceGetAbortReason()
Gets the user supplied abort reason if available.
Declaration
public string GetAbortReason()
Returns
Type | Description |
---|---|
System.String | The abort reason or null if not present. |