Instantiate a new address
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public ReplicationHostAddress( string Host, uint Port ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ Host As String, _ Port As UInteger _ ) | 
| Visual C++ | 
|---|
| public: ReplicationHostAddress( String^ Host, unsigned int Port ) | 
Parameters
- Host
- Type: System..::.String
 The site's host identification string
- Port
- Type: System..::.UInt32
 The port number on which the site is receiving.





