ServerEndPoint ClassNFX Class Library

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

Represents a server endpoint that accepts client requests. This is a sealed class
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.Glue EndPoint
      NFX.Glue ServerEndPoint

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class ServerEndPoint : EndPoint, 
	IConfigurable, INamed
See Also