Class TUrlMappingPatternSecureConnection
TUrlMappingPatternSecureConnection class
TUrlMappingPatternSecureConnection defines the enumerable type for the
possible SecureConnection URL prefix behavior that can be used by TUrlMappingPattern::constructUrl()
.
- TEnumerable implements Iterator
-
TUrlMappingPatternSecureConnection
Package: System\Web
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Yves Berkholz <godzilla80[at]gmx[dot]net>
Since: 3.2
Located at Web/TUrlMapping.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Yves Berkholz <godzilla80[at]gmx[dot]net>
Since: 3.2
Located at Web/TUrlMapping.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Automatic |
'Automatic' |
#
Keep current SecureConnection status means no prefixing |
string |
Enable |
'Enable' |
#
Force use secured connection always prefixing with https://example.com/path/to/app |
string |
Disable |
'Disable' |
#
Force use unsecured connection always prefixing with http://example.com/path/to/app |
string |
EnableIfNotSecure |
'EnableIfNotSecure' |
#
Force use secured connection, if in unsecured mode prefixing with https://example.com/path/to/app |
string |
DisableIfSecure |
'DisableIfSecure' |
#
Force use unsecured connection, if in secured mode prefixing with https://example.com/path/to/app |