Edit

Share via


XboxLiveHttpCall.GetResponseWithAuth Method

Definition

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

httpCallResponseBodyType
HttpCallResponseBodyType

Returns

Windows.Foundation.IAsyncOperation<XboxLiveHttpCallResponse>

Implements

Microsoft.Xbox.Services.__IXboxLiveHttpCallPublicNonVirtuals.GetResponseWithAuth(Microsoft.Xbox.Services.System.XboxLiveUser,Microsoft.Xbox.Services.HttpCallResponseBodyType)

Applies to