DotMSN

SocketMessageProcessor Class

Processes I/O of network message through a network connection.

For a list of all members of this type, see SocketMessageProcessor Members.

System.Object
   XihSolutions.DotMSN.Core.SocketMessageProcessor
      XihSolutions.DotMSN.DataTransfer.P2PDirectProcessor
      XihSolutions.DotMSN.NSMessageProcessor
      XihSolutions.DotMSN.SBMessageProcessor

[Visual Basic]
Public Class SocketMessageProcessor
    Implements IMessageProcessor
[C#]
public class SocketMessageProcessor : IMessageProcessor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

SocketMessageProcessor is a message processor which sends over and receives messages from a socket connection. This is usually across the internet, but for file transfers or alternative messenger servers this can also be a LAN connection. A SocketMessageProcess object uses the connection settings in the Connection class. Proxyservers and Webproxies are supported.

Requirements

Namespace: XihSolutions.DotMSN.Core

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

SocketMessageProcessor Members | XihSolutions.DotMSN.Core Namespace