MultiplayerSessionReference::GetRequestUri Method [Xbox Live Compute]

Gets the request URI associated with the MultiplayerSessionReference.

Syntax

public:
utility::string_t GetRequestUri(
         const utility::string_t &extra
)  

Parameters

extra
Type: utility::string_t 

Text to append to the end of the returned URI. For example, if the URI is https://mspd.xbox.microsoft.com and extra is /session/0123456, the returned URI would be https://mspd.xbox.mixrosoft.com/session/0123456.

Return value

Type: utility::string_t 

The request URI associated with the MultiplayerSessionReference.

Requirements

Header: Declared in MultiplayerSession.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

MultiplayerSessionReference

MultiplayerSessionReference Members