> ## 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.

# XDK 네트워킹을 XBOX GDK로 마이그레이션

> Secure Sockets 및 XBOX Integrated Multiplayer를 포함한 XDK 네트워킹 코드를 Series X|S의 XBOX GDK Game Mesh API로 이식하는 방법에 대한 지침입니다.

XDK 마이그레이션에 대한 문서입니다.

<CardGroup cols={2}>
  <Card title="게임 메시 간의 차이점" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-game-mesh-networking">
    Secure Sockets와 XBOX Integrated Multiplayer(XIM)는 더 이상 Microsoft Game Development Kit(GDK)에서 제공되지 않습니다.
  </Card>

  <Card title="XBOX One Software Development Kit" icon="circle-info" href="/build/console-features/networking/xdk-migration/xdk-migration-overview-networking">
    다음 표는 XBOX One Software Development Kit에서 사용할 수 있었던 네트워킹 API 영역을 요약하고 이에 해당하는 정보를 제공합니다.
  </Card>

  <Card title="XBOX One Software Development Kit" icon="book-open" href="/build/console-features/networking/xdk-migration/xdk-migration-toc">
    이 섹션에서는 XBOX One Software Development Kit 타이틀을 Microsoft Game Development Kit(GDK)로 마이그레이션하는 방법에 대한 지침을 제공합니다.
  </Card>

  <Card title="웹 요청의 차이점" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking">
    이 문서에서는 Microsoft Game Development Kit(GDK)와 XBOX One Software Development Kit 간 웹 요청 API의 차이점에 대해 설명합니다.
  </Card>
</CardGroup>

## 함께 보기

* [Game mesh](/build/console-features/networking/game-mesh/index)
* [Tools](/build/console-features/networking/tools/index)
* [Web requests](/build/console-features/networking/web-requests/index)


## Related topics

- [GDK로 XBOX 콘솔에서 네트워킹](/ko/build/console-features/networking/index.md)
- [XBOX One 소프트웨어 개발 키트 마이그레이션 가이드](/ko/build/console-features/networking/xdk-migration/xdk-migration-toc.md)
- [네트워킹](/ko/build/console-features/networking/gc-networking-toc.md)
- [Microsoft Game Development Kit 네트워킹 소개](/ko/build/console-features/networking/introduction-networking.md)
- [PlayFab 독립 실행형 SDK v1에서 Unified SDK v2로 마이그레이션](/ko/services/playfab/sdks/unified-sdk/migrating-from-v1.md)
