Show / Hide Table of Contents

Class RTCDataChannelInit

Inheritance
System.Object
RTCDataChannelInit
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 RTCDataChannelInit

Properties

| Improve this Doc View Source

id

Declaration
public ushort? id { get; set; }
Property Value
Type Description
System.Nullable<System.UInt16>
| Improve this Doc View Source

maxPacketLifeTime

Declaration
public ushort? maxPacketLifeTime { get; set; }
Property Value
Type Description
System.Nullable<System.UInt16>
| Improve this Doc View Source

maxRetransmits

Declaration
public ushort? maxRetransmits { get; set; }
Property Value
Type Description
System.Nullable<System.UInt16>
| Improve this Doc View Source

negotiated

Declaration
public bool? negotiated { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ordered

Declaration
public bool? ordered { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

protocol

Declaration
public string protocol { get; set; }
Property Value
Type Description
System.String

Extension Methods

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