Show / Hide Table of Contents

Struct SctpTransportCookie

The opaque cookie structure that will be sent in response to an SCTP INIT packet.

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 SctpTransportCookie

Fields

| Improve this Doc View Source

Empty

Declaration
public static SctpTransportCookie Empty
Field Value
Type Description
SctpTransportCookie

Properties

| Improve this Doc View Source

ARwnd

Declaration
public uint ARwnd { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

CreatedAt

Declaration
public string CreatedAt { readonly get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DestinationPort

Declaration
public ushort DestinationPort { readonly get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

HMAC

Declaration
public string HMAC { readonly get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Lifetime

Declaration
public int Lifetime { readonly get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

RemoteARwnd

Declaration
public uint RemoteARwnd { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

RemoteEndPoint

Declaration
public string RemoteEndPoint { readonly get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RemoteTag

Declaration
public uint RemoteTag { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

RemoteTSN

Declaration
public uint RemoteTSN { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

SourcePort

Declaration
public ushort SourcePort { readonly get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Tag

Declaration
public uint Tag { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

TSN

Declaration
public uint TSN { readonly get; set; }
Property Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
System.Boolean

Extension Methods

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