(Beta)
| Package | coldfusion.service | 
| Class | public class InternalConfig | 
| Inheritance | InternalConfig    Object | 
| Subclasses | BasicService | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Config class. 
	 The accessor functions exposed in the Config class set the properties on the 
	 instance of InternalConfig. 
	 
 	  Public Properties
| Property | Defined By | ||
|---|---|---|---|
| cfContextRoot : String 
     	Context root of the ColdFusion server.  | InternalConfig | ||
| cfPort : int 
     	Port where the ColdFusion server is running.  | InternalConfig | ||
| cfServer : String 
     	Name or IP address of the ColdFusion server.  | InternalConfig | ||
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| destination : String 
     	Specifies the destination for the remoting call.  | InternalConfig | ||
| secureHttp : Boolean 
	 	Boolean value that specifies if secure HTTP is used:
	 	
	 	yes: uses secure HTTP
	 	no: does not use secure HTTP
	 	
	 
 	    | InternalConfig | ||
| servicePassword : String 
      Password to access ColdFusion services.  | InternalConfig | ||
| serviceUserName : String 
      Username to access ColdFusion services.  | InternalConfig | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
     	Creates an instance of the InternalConfig class.  | InternalConfig | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
cfContextRoot | property | 
public var cfContextRoot:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Context root of the ColdFusion server.
cfPort | property | 
public var cfPort:int| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Port where the ColdFusion server is running.
cfServer | property | 
public var cfServer:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Name or IP address of the ColdFusion server.
destination | property | 
public var destination:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Specifies the destination for the remoting call.
secureHttp | property | 
public var secureHttp:Boolean| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTPno: does not use secure HTTP
servicePassword | property | 
public var servicePassword:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Password to access ColdFusion services.
serviceUserName | property | 
public var serviceUserName:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Username to access ColdFusion services.
Constructor Detail
InternalConfig | () | Constructor | 
public function InternalConfig()| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
     	Creates an instance of the InternalConfig class. 
     
 	  
Wed Nov 21 2018, 06:34 AM -08:00
 
 Hide Inherited Public Properties
 Show Inherited Public Properties