TTCPConnectionProxyState Enumeration

Represents type TTCPConnectionProxyState.

Namespace: flcTCPConnection
type
 TTCPConnectionProxyState = (
 prsInit, 
 prsNegotiating, 
 prsFiltering, 
 prsFinished, 
 prsError, 
 prsClosed); 

The TTCPConnectionProxyState type exposes the following members.

Show:
 NameDescription
prsClosed

Represents constant prsClosed.

prsError

Represents constant prsError.

prsFiltering

Represents constant prsFiltering.

prsFinished

Represents constant prsFinished.

prsInit

Represents constant prsInit.

prsNegotiating

Represents constant prsNegotiating.

Top