Constructor

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RetsTransaction(
	string loginURL,
	string logoutURL,
	string metaDataURL,
	string searchURL,
	string getObjectURL,
	string actionURL
)
Visual Basic (Declaration)
Public Sub New ( _
	loginURL As String, _
	logoutURL As String, _
	metaDataURL As String, _
	searchURL As String, _
	getObjectURL As String, _
	actionURL As String _
)
Visual C++
public:
RetsTransaction(
	String^ loginURL, 
	String^ logoutURL, 
	String^ metaDataURL, 
	String^ searchURL, 
	String^ getObjectURL, 
	String^ actionURL
)

Parameters

loginURL
Type: System..::.String
Login URL for the rets server
logoutURL
Type: System..::.String
Logout URL for the rets server
metaDataURL
Type: System..::.String
Metadata URL for the rets server
searchURL
Type: System..::.String
Search URL for the rets server
getObjectURL
Type: System..::.String
Get Object URL for the rets server
actionURL
Type: System..::.String
Action URL for the rets server

See Also