InProcClientTransport ClassNFX Class Library

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

Provides client-side functionality for synchronous communication pattern based on in-memory message exchange without serialization
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service Binding 
          NFX.Glue Transport
            NFX.Glue ClientTransport
              NFX.Glue ClientTransport InProcBinding 
                NFX.Glue.Native InProcClientTransport

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

public class InProcClientTransport : ClientTransport<InProcBinding>
See Also