Initializes a new instance of the
Address class.

Syntax
C# | Visual Basic | Managed C++ |
public Address (
string protocol_name,
string host_address,
int port_number
)
Public Sub New ( _
protocol_name As String, _
host_address As String, _
port_number As Integer _
)
public:
Address (
String^ protocol_name,
String^ host_address,
int port_number
)

Parameters
- protocol_name (String)
[Missing <param> documentation for "protocol_name"]
- host_address (String)
[Missing <param> documentation for "host_address"]
- port_number (Int32)
[Missing <param> documentation for "port_number"]
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0