Edit

Share via


XboxLiveServicesSettings Class

Definition

Represents settings for an HTTP call.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.Xbox.Services.System.__IXboxLiveServicesSettingsStatics), 1)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class XboxLiveServicesSettings
type XboxLiveServicesSettings = class
    interface __IXboxLiveServicesSettingsPublicNonVirtuals
    interface __IXboxLiveServicesSettingsProtectedNonVirtuals
Public NotInheritable Class XboxLiveServicesSettings
Inheritance
XboxLiveServicesSettings
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.StaticAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

DiagnosticsTraceLevel

Indicates the level of debug messages to send to the debugger's Output window.

SingletonInstance

Gets the XboxLiveServicesSettings singleton instance

Events

LogCallRouted

Registers for log calls. Event handlers will receive an XboxLiveLogCallEventArgs object.

WnsEventRecevied

Registers for WNS notification. Event handlers will receive an XboxLiveWNSEventArgs object.

Applies to