Address.Address Constructor |
Language: |
Visual Basic Public Sub New( _
ByVal hostname As String, _
ByVal port As Integer _
)C# public Address(
string hostname,
int port
);C++ public:
Address(
String^ hostname,
int port
);JScript public function Address(
hostname : String,
port : int
);
hostname System.String
port System.Int32
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center