System::Net::IPHostEntry::set_Aliases method

IPHostEntry::set_Aliases method

Sets a collection of aliases of the host.

void System::Net::IPHostEntry::set_Aliases(System::ArrayPtr<String> value)
ParameterTypeDescription
valueSystem::ArrayPtr<String>The collection of aliases that must be set.

See Also