Click or drag to resize

Channel Class

[This is preliminary documentation and is subject to change.]

A data object that represents a NetworkTransport channel
Inheritance Hierarchy
SystemObject
  MLAPI.DataChannel

Namespace:  MLAPI.Data
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Channel
Request Example View Source

The Channel type exposes the following members.

Constructors
  NameDescription
Public methodChannel
Initializes a new instance of the Channel class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldEncrypted
Wheter or not the channel should be encrypted
Public fieldName
The name of the channel
Public fieldType
The Transport QOS type
Top
See Also