Show / Hide Table of Contents

Struct SctpErrorUnresolvableAddress

Indicates that the sender is not able to resolve the specified address parameter (e.g., type of address is not supported by the sender). This is usually sent in combination with or within an ABORT.

Implements
ISctpErrorCause
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct SctpErrorUnresolvableAddress : ISctpErrorCause
Remarks

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

Fields

| Improve this Doc View Source

UnresolvableAddress

The Unresolvable Address field contains the complete Type, Length, and Value of the address parameter(or Host Name parameter) that contains the unresolvable address or host name.

Declaration
public byte[] UnresolvableAddress
Field Value
Type Description
System.Byte[]

Properties

| Improve this Doc View Source

CauseCode

Declaration
public readonly SctpErrorCauseCode CauseCode { get; }
Property Value
Type Description
SctpErrorCauseCode

Methods

| Improve this Doc View Source

GetErrorCauseLength(Boolean)

Declaration
public ushort GetErrorCauseLength(bool padded)
Parameters
Type Name Description
System.Boolean padded
Returns
Type Description
System.UInt16
| Improve this Doc View Source

WriteTo(Byte[], Int32)

Declaration
public int WriteTo(byte[] buffer, int posn)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 posn
Returns
Type Description
System.Int32

Implements

ISctpErrorCause

Extension Methods

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