IlsTcpdMapping
 
IlsTcpdMapping
Category 
Communication layer class
Inheritance Path 
IlsTcpdMapping
Description 
This class describes the Server mapping between the server name and the port number in the MvTCP library, the Rogue Wave Server network communication layer. This class is used with the static member function IlsTcpMvProcess::GetMappings to retrieve all the mappings registered on an Rogue Wave Views logical mapper.
Library 
<mvtcp>
Header File 
#include <ilserver/mvtcp/tcpdmap.h>
Synopsis 
class IlsTcpdMapping {
public:
const IlsString & getServerName() const;
unsigned short getPort() const;
};
Member Functions 
const IlsString& getServerName() const;
This member function returns the name of the mapped server.
unsigned short getPort() const;
This member function returns the port number of the mapped server.
See Also 
IlsTcpMvProcess

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.