XboxLiveHttpCall.GetResponseWithoutAuth(HttpCallResponseBodyType) 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.
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)