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

# client_connected_to_network

> client_connected_to_network 이벤트입니다.

이 이벤트는 클라이언트가 네트워크에 연결될 때 트리거됩니다.

## 속성

| 이름                  | 형식     | 설명                                                |
| :------------------ | :----- | :------------------------------------------------ |
| ClientInstanceId    | String | 이 Party 라이브러리 인스턴스의 클라이언트 생성 전역 고유 식별자입니다.        |
| NetworkIdentifier   | String | 네트워크의 고유 식별자입니다.                                  |
| RegionName          | String | 네트워크에 대한 기본 릴레이와 연결된 지역 이름입니다.                    |
| HostName            | String | 클라이언트가 연결하는 릴레이의 호스트 이름입니다.                       |
| Port                | uint16 | 클라이언트가 연결하는 포트입니다.                                |
| ConnectDurationInMs | uint32 | 격리된 연결 작업의 소요 시간(밀리초)입니다.                         |
| TotalDurationInMs   | uint32 | 연결 작업과 그 이전에 큐에 대기된 모든 관련 작업의 총 소요 시간(밀리초)입니다.    |
| LocalConnectionId   | uint32 | 단일 클라이언트에서 동일한 네트워크에 대한 여러 연결을 구분하기 위한 로컬 식별자입니다. |
| Result              | int32  | 작업의 PartyStateChangeResult입니다.                    |
| ResultMessage       | String | Result 값의 사람이 읽을 수 있는 표현입니다.                      |
| ErrorDetail         | uint32 | PartyError 오류 세부 코드입니다.                           |

## 공통 속성

모든 V2 PlayStream 이벤트는 JSON 객체 형식이며 대부분 다음과 같은 공통 속성을 공유합니다:

| 이름                 | 형식                                                                            | 설명                                                 |
| :----------------- | :---------------------------------------------------------------------------- | :------------------------------------------------- |
| SchemaVersion      | String                                                                        | 시맨틱 버전 관리 스키마를 따르는 PlayStream 이벤트 형식 버전입니다.        |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | 이벤트 유형을 완전히 지정하기 위한 이벤트 이름과 이벤트 네임스페이스의 조합입니다.     |
| Id                 | String                                                                        | 이 이벤트에 대해 PlayFab이 할당한 고유 식별자입니다.                  |
| Timestamp          | DateTime                                                                      | 이 이벤트와 연결된 시간(UTC)입니다.                             |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | 엔터티 ID와 엔터티 유형을 포함하여 이 이벤트가 적용되는 엔터티에 대한 세부 정보입니다. |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | 이 이벤트를 시작한 소스와 소스 유형을 설명하는 객체입니다.                  |
| PayloadContentType | String                                                                        | 이벤트 페이로드의 콘텐츠를 지정합니다. 기본값은 "JSON"입니다.              |
| Origin Info        | Object                                                                        | PlayFab 외부에서 발생하는 이벤트에 관한 정보를 포함하는 선택적 필드입니다.      |


## Related topics

- [PlayFab의 PlayStream 이벤트 모델 참조](/ko/services/playfab/api-references/events/index.md)
- [IXtfConsoleControlClient::QueryConnectedStandby](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_queryconnectedstandby.md)
- [IXtfConsoleControlClient::QueryConnectedStandbyEx](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_queryconnectedstandbyex.md)
- [Connected Storage](/ko/services/xbox-services/storage/connected-storage/live-connected-storage-nav.md)
- [IXtfConsoleControlClient](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/ixtfconsolecontrolclient.md)
