C-DEngine 5.105

TheISBConnect..::..NPA Property

NPA = Next Possible Address - contains the Crypted Session ID and in case of HTTP is the next URL Path

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string NPA { get; set; }
Public Property NPA As String
	Get
	Set
public:
property String^ NPA {
	String^ get ();
	void set (String^ value);
}