OfficialFileProxy class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.Office.RecordsManagement.OfficialFileWSProxy.OfficialFileProxy

Namespace:  Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "OfficialFileSoap", Namespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/")> _
Public Class OfficialFileProxy _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As OfficialFileProxy
[WebServiceBindingAttribute(Name = "OfficialFileSoap", Namespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/")]
public class OfficialFileProxy : 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

OfficialFileProxy members

Microsoft.Office.RecordsManagement.OfficialFileWSProxy namespace