Edit

Share via


XboxLiveHttpCall.GetResponseWithoutAuth(HttpCallResponseBodyType) Method

Definition

Send the request to the service, and return the response without an Xbox Live token

public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse> GetResponseWithoutAuth (Microsoft.Xbox.Services.HttpCallResponseBodyType httpCallResponseBodyType);
abstract member GetResponseWithoutAuth : Microsoft.Xbox.Services.HttpCallResponseBodyType -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse>
override this.GetResponseWithoutAuth : Microsoft.Xbox.Services.HttpCallResponseBodyType -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.XboxLiveHttpCallResponse>

Parameters

httpCallResponseBodyType
HttpCallResponseBodyType

Returns

Windows.Foundation.IAsyncOperation<XboxLiveHttpCallResponse>

Implements

Microsoft.Xbox.Services.__IXboxLiveHttpCallPublicNonVirtuals.GetResponseWithoutAuth(Microsoft.Xbox.Services.HttpCallResponseBodyType)

Applies to