> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyLocalUdpSocketBindAddressOptions

> Opciones adicionales para controlar cómo la biblioteca de Party se enlaza al socket UDP especificado por la estructura correspondiente.

Opciones adicionales para controlar cómo la biblioteca de Party se enlaza al socket UDP especificado por la estructura [PartyLocalUdpSocketBindAddressConfiguration](/services/playfab/multiplayer/networking/reference/structs/partylocaludpsocketbindaddressconfiguration).

## Sintaxis

```cpp theme={null}
enum class PartyLocalUdpSocketBindAddressOptions    
{  
    None = 0x0,  
    ExcludeGameCorePreferredUdpMultiplayerPort = 0x1,  
}  
```

## Constantes

| Constante                                  | Descripción                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None                                       | No se especifica ninguna marca.<br /><br /> Este es el valor predeterminado si no se ha establecido explícitamente una estructura [PartyLocalUdpSocketBindAddressConfiguration](/services/playfab/multiplayer/networking/reference/structs/partylocaludpsocketbindaddressconfiguration).                                                                                                                                                                                                                                                                                                                                                           |
| ExcludeGameCorePreferredUdpMultiplayerPort | No usar de manera predeterminada el puerto multijugador UDP preferido de Microsoft Game Core cuando no se especifica el puerto.<br /><br /> En la versión de Microsoft Game Core de la biblioteca de Party, cuando el campo *port* de la estructura [PartyLocalUdpSocketBindAddressConfiguration](/services/playfab/multiplayer/networking/reference/structs/partylocaludpsocketbindaddressconfiguration) es 0, esta marca indica a la biblioteca de Party que no use el puerto multijugador UDP preferido de Game Core. En otras versiones de la biblioteca de Party, o si el puerto *port* es distinto de cero, esta marca no debe establecerse. |

## Requisitos

**Encabezado:** Party.h

## Consulte también

[Miembros de Party](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyLocalUdpSocketBindAddressConfiguration](/services/playfab/multiplayer/networking/reference/structs/partylocaludpsocketbindaddressconfiguration)


## Related topics

- [PartyLocalUdpSocketBindAddressConfiguration](/es/services/playfab/multiplayer/networking/reference/structs/partylocaludpsocketbindaddressconfiguration.md)
- [Información general de la API de C/C++ de Party](/es/services/playfab/multiplayer/networking/reference/party_members.md)
- [Códigos de error de PlayFab Party](/es/services/playfab/multiplayer/networking/reference/partyerrors.md)
- [PartyOption](/es/services/playfab/multiplayer/networking/reference/enums/partyoption.md)
- [PartyManager::ConnectToNetwork](/es/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_connecttonetwork.md)
