Package eneter.messaging.messagingsystems.tcpmessagingsystem

Communication via TCP.

See:
          Description

Interface Summary
IClientSecurityFactory Creates client socket.
IServerSecurityFactory Creates server socket.
 

Class Summary
NoneSecurityClientFactory Creates the client socket which does not use any security.
NoneSecurityServerFactory Creates the server socket which does not use any security.
SslClientFactory Creates SSL client socket.
SslServerFactory Creates SSL Server Sockets.
TcpMessagingSystemFactory Messaging system delivering messages via TCP.
TcpPolicyServer TCP policy server needed for the communication with Silverlight applications.
 

Package eneter.messaging.messagingsystems.tcpmessagingsystem Description

Communication via TCP.