XboxLiveHttpCall.GetResponseWithAuth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attach the Xbox Live token, sign the request, send the request to the service, and return the response.
public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse> GetResponseWithAuth (Microsoft.Xbox.Services.System.XboxLiveUser user, Microsoft.Xbox.Services.HttpCallResponseBodyType httpCallResponseBodyType);
abstract member GetResponseWithAuth : Microsoft.Xbox.Services.System.XboxLiveUser * Microsoft.Xbox.Services.HttpCallResponseBodyType -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse>
override this.GetResponseWithAuth : Microsoft.Xbox.Services.System.XboxLiveUser * Microsoft.Xbox.Services.HttpCallResponseBodyType -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse>
Parameters
- user
- XboxLiveUser
- httpCallResponseBodyType
- HttpCallResponseBodyType
Returns
Windows.Foundation.IAsyncOperation<XboxLiveHttpCallResponse>
Implements
Microsoft.Xbox.Services.__IXboxLiveHttpCallPublicNonVirtuals.GetResponseWithAuth(Microsoft.Xbox.Services.System.XboxLiveUser,Microsoft.Xbox.Services.HttpCallResponseBodyType)