Microsoft.Live namespace
Last modified: March 13, 2015
Contains classes that simplify access to OAuth authentication, user session data, and the REST API.
Note
|
|---|
|
All of the following members apply to both Windows Store app and Windows Phone unless otherwise noted. |
Members
The Microsoft.Live namespace has these types of members:
Classes
The Microsoft.Live namespace has these classes.
|
Class |
Description |
|---|---|
|
Used to retrieve session data from a service using Microsoft account. |
|
|
Used to indicate when an exception has occurred during the Auth process. |
|
|
Exposes the primary functionality of the Microsoft account service endpoints, and manages token expiry. |
|
|
Used to indicate when an exception has occurred during the connection process. |
|
|
Used to access the current session. |
|
|
Raised when a file download operation is completed. [Windows Phone only] |
|
|
Contains information about file downloads. |
|
|
Represents the results of a file download operation. |
|
|
Raised every time a chunk of data is downloaded during a download operation. [Windows Phone only] |
|
|
Represents a live login. |
|
|
Contains event arguments for the events raised when an operation is completed. [Windows Phone only] |
|
|
Represents the progress of a file upload or download request. [Windows Store app only] |
|
|
Represents the result of the operation. |
|
|
Contains information about file uploads. |
|
|
Raised every time a chunk of data is uploaded during an upload operation. [Windows Phone only] |
|
|
Contains event arguments for the events raised when login is completed. [Windows Phone only] |
Enumerations
The Microsoft.Live namespace has these enumerations.
|
Enumeration |
Description |
|---|---|
|
Describes the settings for performing data transfers in the background with the LiveConnectClient.BackgroundDownloadAsync and LiveConnectClient.BackgroundUploadAsync methods. [Windows Phone only] |
|
|
Indicates the status of the session. |
|
|
Indicates whether an incoming file that's being uploaded to Microsoft OneDrive should overwrite an existing file with the same file name in that location. |
|
|
Specifies the theme type. [Windows Store app only] |
Requirements
|
Namespace |
Microsoft.Live |
|---|---|
|
Assembly |
Microsoft.Live.dll |
Note