|  | ITransportAdapterProvider Interface | 
 
            Interface for producing adapters that can wrap an underlying transport and augment it with additional behavior.
            
 
    Namespace: 
   Akka.Remote.Transport
    Assembly:
   Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic interface ITransportAdapterProvider
type ITransportAdapterProvider =  interface end
The ITransportAdapterProvider type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | Create | 
            Create a transport adapter that wraps the underlying transport
             | 
Top See Also
See Also