MessagingSession ClassDelta Engine Documentation
Set up or join a server, and send and receive messages across a network View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking MessagingSession

Namespace: DeltaEngine.Networking
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class MessagingSession : IDisposable

The MessagingSession type exposes the following members.

Constructors

  NameDescription
Protected methodMessagingSession
Initializes a new instance of the MessagingSession class
Top
Methods

  NameDescription
Protected methodAddToIncomingMessages
Public methodDisconnect
Public methodDispose
Releases all resources used by the MessagingSession
Public methodGetMessages
Public methodSendMessage
Top
Fields

  NameDescription
Public fieldStatic memberUniqueIDUnassigned
Top
Properties

  NameDescription
Public propertyNumberOfParticipants
Public propertyUniqueID
Top
See Also