ConnectionManager SessionFailReason EnumerationsP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Reason for not opening session with checkpoint server

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Enumeration SessionFailReason
Members

  Member nameValueDescription
NONE0 If session opening is finished with success
TIMEOUT_EXPIRED1 Response from CheckPoint server has not arrived in timeout period
AUTHENTFICATION_FAILURE2 Can not authenticate with CheckPoint server
SERVER_UNREACHABLE3 CheckPoint server is unreachable
CLIENT_ERROR4 Error on client side
API_VERSION_UNSUPPORTED5 Server does not support API version used by client
See Also