EndPoint ClassNFX Class Library

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

Abstarction of server and client endpoints. And endpoint is a logically-connected entity per: ABC rule - Address/Binding/Contract(s)
Inheritance Hierarchy

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

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

public abstract class EndPoint : DisposableObject
See Also