This topic has not yet been rated - Rate this topic

OfflineWebApplicationConnection Class (Microsoft.Health.Web)

Summary

Represents a connection for an application to HealthVault for operations that are performed when a user is offline using the permissions granted by the user to the application.
For a list of all members of this type, see OfflineWebApplicationConnection Members .

Type Relationships

  System.Object
     Microsoft.Health.HealthServiceConnection
       Microsoft.Health.ApplicationConnection
        Microsoft.Health.Web.OfflineWebApplicationConnection

Declaration Syntax

Public Class OfflineWebApplicationConnection
	Inherits ApplicationConnection
public class OfflineWebApplicationConnection : ApplicationConnection
public __gc class OfflineWebApplicationConnection : public ApplicationConnection
public class OfflineWebApplicationConnection extends ApplicationConnection

Remarks

A connection must be made to HealthVault to access the web methods that the service exposes. The class does not maintain an open connection to the service. It uses XML over HTTP to to make requests and receive responses from the service. The connection just maintains the data necessary to make the request.

For operations that require the user to be online, the AuthenticatedConnection class can be used.

Requirements

Namespace: Microsoft.Health.Web
Assembly: Microsoft.Health (microsoft.health.dll)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.