Share via


Service Class

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            CustomSoapHttpClientProtocol
              Microsoft.Exchange.InfoWorker.Common.Availability.Proxy.Service

Namespace:  Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly:  Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ServiceSoap", Namespace := "https://schemas.microsoft.com/exchange/services/2006/messages")> _
Public Class Service _
    Inherits CustomSoapHttpClientProtocol
'Usage
Dim instance As Service
[WebServiceBindingAttribute(Name = "ServiceSoap", Namespace = "https://schemas.microsoft.com/exchange/services/2006/messages")]
public class Service : CustomSoapHttpClientProtocol

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.