Show / Hide Table of Contents

Class ChannelQOS

Inheritance
Object
ChannelQOS
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
[Serializable]
[Obsolete("The UNET transport will be removed in the future as soon a replacement is ready.")]
public class ChannelQOS

Constructors

| Improve this Doc View Source

ChannelQOS()

Declaration
public ChannelQOS()
| Improve this Doc View Source

ChannelQOS(ChannelQOS)

Declaration
public ChannelQOS(ChannelQOS channel)
Parameters
Type Name Description
ChannelQOS channel
| Improve this Doc View Source

ChannelQOS(QosType)

Declaration
public ChannelQOS(QosType value)
Parameters
Type Name Description
QosType value

Properties

| Improve this Doc View Source

BelongsToSharedOrderChannel

Declaration
public bool BelongsToSharedOrderChannel { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

QOS

Declaration
public QosType QOS { get; }
Property Value
Type Description
QosType

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX