EldoS
MsgConnect home / Documentation / InetTransport class
Navigation
Web site
Support
Table Of Contents

InetTransport class

Properties     Methods     See also    


InetTransport provides basic functionality for transports based on sockets.

InetTransport is an ancestor of HttpTransport and SocketTransport classes.

Description

    InetTransport is a descendant of BaseTransport that transfers messages between computers using TCP protocol. InetTransport can act in client, server or peer-to-peer modes (use TransportMode property to specify the mode).
    InetTransport is based on thread-per-connection scheme, so that each connection is handled in the separate thread. Threads can be reused by using a thread pool (set it's size with ThreadPoolSize property).

    For information about proxy support, see description of Proxy support in SocketTransport and HTTPTransport

Properties

  • AttemptsInterval
  • AttemptsToConnect
  • BandwidthPolicy
  • ConnectionTimeout
  • ClientThreadLimit
  • FailOnInactive
  • InactivityTime
  • IncomingBufferSize
  • IncomingMemoryThreshold
  • IncomingSpeedLimit
  • MessengerAddress
  • MessengerPort
  • NoTransformerFallback
  • OutgoingBufferSize
  • OutgoingMemoryThreshold
  • OutgoingSpeedLimit
  • ReuseServerPort
  • RoutingAllowed
  • SocksAuthentication
  • SocksPassword
  • SocksPort
  • SocksResolveAddress
  • SocksServer
  • SocksUsercode
  • TempFilesFolder
  • ThreadPoolSize
  • TransportMode
  • UseSocks
  • UseTempFilesForIncoming
  • UseTempFilesForOutgoing
  • UseWebTunneling
  • WebTunnelAuthentication
  • WebTunnelPassword
  • WebTunnelPort
  • WebTunnelAddress
  • WebTunnelUserId

    Inherited from BaseTransport

  • Active
  • Compressor
  • Encryptor
  • MaxMsgSize
  • MaxTimeout
  • Messenger
  • Name
  • Sealer

Methods

  • Create
  • Destroy
  • GetIncomingConnectionCount
  • GetOutgoingConnectionCount
    Inherited from BaseTransport
  • GetOutgoingMessagesCount

Events

  • OnConnected
  • OnDisconnected

See also:     Transport classes     InetTransport class     BaseTransport class     HttpTransport class    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation