Click or drag to resize

TransportHost Class

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

Represents a Transport host
Inheritance Hierarchy
SystemObject
  MLAPI.DataTransportHost

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

The TransportHost type exposes the following members.

Constructors
  NameDescription
Public methodTransportHost
Initializes a new instance of the TransportHost 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 fieldName
The name of the host
Public fieldPort
The port the host should listen to
Public fieldWebsockets
If true, the socket will listen on TCP-Websockets, otherwise UDP
Top
See Also