Unit 'mnServers' Package
[Overview][Types][Classes][Index] [#pl_minilib]

TmnServerConnection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnServers.pas line 53

type TmnServerConnection = class(TmnConnection)

protected

  procedure Execute; override;

  

  function GetConnected; override;

  

  procedure Disconnect; virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Stop; override;

  

  property Stream: TmnConnectionStream; [r]

  

  property Listener: TmnListener; [r]

  

  property RemoteIP: string; [r]

  

end;

Inheritance

TmnServerConnection

  

|

TmnConnection

  

|

TmnThread

  

|

TObject



CT Web help

CodeTyphon Studio