The properties of the P2PDirectProcessor class are listed below. For a complete list of P2PDirectProcessor class members, see the P2PDirectProcessor Members topic.
Connected (inherited from SocketMessageProcessor) | Determines whether the socket is connected |
ConnectivitySettings (inherited from SocketMessageProcessor) | Specifies the connection configuration used to set up the socket connection. By default the basic constructor is called. |
IsListener | Returns whether this processor was initiated as listening (true) or connecting (false). |
LocalEndPoint (inherited from SocketMessageProcessor) | The local end point of the connection |
MessageHandlers (inherited from SocketMessageProcessor) | Holds all messagehandlers for this socket processor |
MessagePool (inherited from SocketMessageProcessor) | The messagepool used to buffer messages. |
ProxyEndPoint (inherited from SocketMessageProcessor) | Set when a socket is prepared with proxy server enabled. This caches the ip adress of the proxyserver and eliminates resolving it everytime a socket is prepared. |
P2PDirectProcessor Class | XihSolutions.DotMSN.DataTransfer Namespace