SessionLoader
setConfigurationIPAddress Method



Either a DNS name or IP address followed by a colon and then the TCP port of the MCS server (e.g. "your_MCS:8086").
Sets the Management and Control Server address to be used by all subsequent calls to requestScreen.
Syntax
'Declaration
 
Public Sub setConfigurationIPAddress( _ 
   ByVal server As String _ 
) 
'Usage
 
Dim instance As SessionLoader 
Dim server As String 
  
instance.setConfigurationIPAddress(server)
public void setConfigurationIPAddress( 
   string server 
)
public: 
void setConfigurationIPAddress( 
   String^ server 
) 

Parameters

server
Either a DNS name or IP address followed by a colon and then the TCP port of the MCS server (e.g. "your_MCS:8086").
Remarks
All subsequent configuration requests will be sent to this MCS server address and TCP port.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SessionLoader Class
SessionLoader Members
requestScreen Method
getConfigurationIPAddress Method