MpxClientSocket ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents client-side asynchronous socket. This socket initiates a connection to MpxServerSocket
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.Glue.Native MpxSocket MpxClientTransport 
      NFX.Glue.Native MpxClientSocket
        NFX.Glue.Native MpxWinClientSocket

Namespace: NFX.Glue.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class MpxClientSocket : MpxSocket<MpxClientTransport>
See Also