Discovery Class

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The Discovery Web service provides methods for communicating Windows Live ID settings to a Web service. This Web service can be found here: https://apis.officelive.com/discoverywebsvc/discovery.asmx

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcDiscovery.Discovery

Namespace:  WebSvcDiscovery
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "DiscoverySoap", Namespace := "http://schemas.microsoft.com/officelive/soap/")> _
Public Class Discovery _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As Discovery
[WebServiceBindingAttribute(Name = "DiscoverySoap", Namespace = "http://schemas.microsoft.com/officelive/soap/")]
public class Discovery : SoapHttpClientProtocol

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Discovery Members

WebSvcDiscovery Namespace