Connection :: AttachProt

01 Attaches an existing connection object.
02

[C++] bool AttachProt(IConnectionListener &listener, HSemysConn conn);
[C#] bool AttachProt(IConnectionListener listener, IntPtr conn);

03 Parameters:
  • listener: Reference to an IConnectionListener that will receive callbacks.
  • conn: The existing connection to attach.
04 Return Values:
True if the connection could be attached, false otherwise.
05 This method is typically used to attach an incoming connection that was notified via IServerListener :: OnServerConnRequest().
06 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Transporter Sub-System, Connection

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.