Edit

Share via


XboxLiveHttpCallResponse Class

Definition

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class XboxLiveHttpCallResponse
type XboxLiveHttpCallResponse = class
    interface __IXboxLiveHttpCallResponsePublicNonVirtuals
Public NotInheritable Class XboxLiveHttpCallResponse
Inheritance
XboxLiveHttpCallResponse
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

BodyType

Gets the body type of the response.

ErrorCode

Gets the error code of the response.

ErrorMessage

Gets the error message of the response.

ETag

Gets the eTag of the response.

Headers

Gets the http headers of the response.

HttpStatus

Gets the http status of the response.

ResponseBodyJson

Gets the response body of the response as a JSON value.

ResponseBodyString

Gets the response body of the response as a string.

ResponseBodyVector

Gets the response body of the response as a byte vector.

ResponseDate

Gets the response date of the response.

RetryAfterInSeconds

Gets the "retry after" value found in the response.

Applies to