Transport ClassNFX Class Library

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

Transports are thread-safe and are intended for use by multiple threads from ClientCallReactor and ServerProcessor when bindings operate in OperationFlow.Asynchronous mode. Transports are acquired by the thread that creates them
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service Binding 
          NFX.Glue Transport
            NFX.Glue ClientTransport
            NFX.Glue ServerTransport

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

public abstract class Transport : Service<Binding>
See Also