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 Sourceid
Declaration
public ushort? id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |
maxPacketLifeTime
Declaration
public ushort? maxPacketLifeTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |
maxRetransmits
Declaration
public ushort? maxRetransmits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |
negotiated
Declaration
public bool? negotiated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ordered
Declaration
public bool? ordered { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
protocol
Declaration
public string protocol { get; set; }
Property Value
Type | Description |
---|---|
System.String |