Creates a new EsiVerifyRequest.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public EsiVerifyRequest(
	string userId,
	string password,
	string serverName
)
Visual Basic
Public Sub New ( _
	userId As String, _
	password As String, _
	serverName As String _
)
Visual C++
public:
EsiVerifyRequest(
	String^ userId, 
	String^ password, 
	String^ serverName
)

Parameters

userId
Type: System..::..String
The CICS user ID to use for the request.
password
Type: System..::..String
The CICS password or password phrase to use for the request.
serverName
Type: System..::..String
The name of the CICS server to verify with, as defined in the Gateway daemon.

See Also