<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPIIsWebAddress table |
The RPIIsWebAddress table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
RPIIsWebAddress |
Identifier (s72) |
Y |
N |
RPIIsWebSite_ |
Identifier (s72) |
N |
N |
IP |
Formatted (S255) |
N |
Y |
Port |
Integer (I2) |
N |
Y |
Header |
Text (S255) |
N |
Y |
Secure |
Integer (I2) |
N |
Y |
RPIIsWebAddress
Primary key, non-localized token.
RPIIsWebSite_
Foreign key referencing Web that uses the address.
IP
String representing IP address (#.#.#.#) or NT machine name (fooserver)
Port
Port web site listens on.
Header
Special header information for the web site.
Secure
Specifies whether SSL is used to communicate with web site. Valid values: 0, 1