MobileBroadbandModemIsolation.AddAllowedHostRange(HostName, HostName) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega un intervalo de hosts permitidos. Puede llamar a este método varias veces para agregar varios intervalos de hosts permitidos. El tráfico a los hosts agregados se permitirá después de llamar a ApplyConfigurationAsync.
public:
virtual void AddAllowedHostRange(HostName ^ first, HostName ^ last) = AddAllowedHostRange;
void AddAllowedHostRange(HostName const& first, HostName const& last);
public void AddAllowedHostRange(HostName first, HostName last);
function addAllowedHostRange(first, last)
Public Sub AddAllowedHostRange (first As HostName, last As HostName)
Parámetros
- first
- HostName
El primer host permitido en el intervalo. Su tipo debe ser IPv4 o IPv6.
- last
- HostName
Último host permitido en el intervalo. Su tipo debe ser el mismo que el de primero.
Requisitos de Windows
Características de aplicaciones |
cellularDeviceControl
cellularDeviceIdentity
|
Comentarios
Debe agregar hosts antes de llamar a ApplyConfigurationAsync. Los hosts permitidos se borrarán después de llamar a ClearConfigurationAsync.