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

# XblMultiplayerSessionRawServersJson

> XblMultiplayerSessionRawServersJson

# XblMultiplayerSessionRawServersJson

一个 JSON 字符串，包含此多人游戏会话的服务器集合。此 JSON 对象包含用于创建 XblMultiplayerArbitrationServer、XblMultiplayerMatchmakingServer 和 XblMultiplayerTournamentsServer 对象的解析信息。

## 语法

```cpp theme={null}
const XblMultiplayerSessionRawServersJson(  
         XblMultiplayerSessionHandle handle  
)  
```

### 参数

*handle*   \_In\_\
类型: [XblMultiplayerSessionHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersessionhandle)

多人游戏会话的句柄。

### 返回值

类型: const

包含此多人游戏会话的服务器集合的 JSON 字符串。所返回指针的内存在 XblMultiplayerSessionHandle 对象关闭之前始终有效。

## 要求

**头文件:** multiplayer\_c.h

**库:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 另请参阅

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)


## Related topics

- [XblMultiplayerSessionSetRawServersJson](/zh-CN/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetrawserversjson.md)
- [XblMultiplayerSessionSetMatchmakingTargetSessionConstantsJson](/zh-CN/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingtargetsessionconstantsjson.md)
- [XblMultiplayerSessionDeleteCustomPropertyJson](/zh-CN/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessiondeletecustompropertyjson.md)
- [XblMultiplayerManagerLobbySessionPropertiesJson](/zh-CN/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionpropertiesjson.md)
- [XblMultiplayerManagerGameSessionPropertiesJson](/zh-CN/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagergamesessionpropertiesjson.md)
