ENet Class Library for C#

Host Structure

Acts as either client or peer-to-peer/server.

For a list of all members of this type, see Host Members .

System.Object
   Host

[Visual Basic]
Public Structure Host
    Implements IDisposable, IEquatable(Of T)
[C#]
public struct Host : IDisposable, IEquatable<T>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ENet

Assembly: ENet (in ENet.dll)

See Also

Host Members | ENet Namespace