Gets the request URI associated with the MultiplayerSessionReference.
public:
utility::string_t GetRequestUri(
const utility::string_t &extra
)
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.
Type: utility::string_t
The request URI associated with the MultiplayerSessionReference.
Header: Declared in MultiplayerSession.h.
Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).