Base64 |
Class module that contains the methods that do Base64 coding and decoding
|
Logger |
Logger module for the RETS IDX Client application that has the
subroutines and functions that are used to make calls to display an
message to a log file or the debug window.
|
MD5 |
Class module that contains the methods that do MD5 hashing
RSA/MD5 implementation
Version 1.0.1
Date: 14th April, 2003
Author: Chris Read
Home page: http://users.bigpond.net.au/mrjolly/
Most ASP MD5 implementations look relatively the same, the exception with this one is that
it is a class. Other than that, its massaged from the RFC1321 C code and simplified a little.
There are two properties
Text - String, text to encode
HEXMD5 - String, read-only, MD5 value of Text above
There are no methods
|
RETSActionTransaction |
RETSActionTransaction class encapsulates the RETS Action transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSAgentSearchTransaction |
RETSAgentSearchTransaction class encapsulates the RETS Agent Search transaction
It implements RETSSearchTransaction interface.
See the RETSSearchTransaction class for inherited details.
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSChangePasswordTransaction |
RETSChangePasswordTransaction class encapsulates the RETS Change Password transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSConnection |
RETSConnection class encapsulates the RETS HTTP Connection
|
RETSGetMetadataTransaction |
RETSGetMetadataTransaction class encapsulates the RETS GetMetadata transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSGetObjectTransaction |
RETSGetObjectTransaction class encapsulates the RETS GetObject transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
RETSGetObjectTransaction class encapsulates the RETS GetObject transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSLoginTransaction |
RETSLoginTransaction class encapsulates the RETS Login transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSLogoutTransaction |
RETSLogoutTransaction class encapsulates the RETS Logout transaction
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSOfficeSearchTransaction |
RETSOfficeSearchTransaction class encapsulates the RETS Office Search transaction
It implements RETSSearchTransaction interface.
See the RETSSearchTransaction class for inherited details.
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSPropertySearchTransaction |
RETSPropertySearchTransaction class encapsulates the RETS Property Search transaction
It implements RETSSearchTransaction interface.
See the RETSSearchTransaction class for inherited details.
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSSearchTransaction |
RETSSearchTransaction class encapsulates the RETS search transaction super class.
All other search transactions delegate to this class common RETS Search Transaction
methods and attributes.
It implements RETSTransaction interface.
See the RETSTransaction class for inherited details.
|
RETSTransaction |
RETSTransaction class encapsulates the RETS transaction super class.
All other transactions delegate to this class common RETS Transaction
methods and attributes.
|