WordServiceProxy Class
Defines a proxy to the Word Automation Services and is directly derived from the SPIisWebServiceProxy class.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceProxy
Microsoft.SharePoint.Administration.SPIisWebServiceProxy
Microsoft.Office.Word.Server.Service.WordServiceProxy
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<GuidAttribute("C089088D-9820-4D03-83EF-12C77CEEBC7D")> _
<SupportedServiceApplicationAttribute("A6F8A2FD-E074-4D54-A5AB-70CD9791B22D", "1.0.0.0", _
GetType(WordServiceApplicationProxy))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class WordServiceProxy _
Inherits SPIisWebServiceProxy _
Implements IServiceProxyAdministration, IFormattable
'Usage
Dim instance As WordServiceProxy
[GuidAttribute("C089088D-9820-4D03-83EF-12C77CEEBC7D")]
[SupportedServiceApplicationAttribute("A6F8A2FD-E074-4D54-A5AB-70CD9791B22D", "1.0.0.0",
typeof(WordServiceApplicationProxy))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class WordServiceProxy : SPIisWebServiceProxy,
IServiceProxyAdministration, IFormattable
Remarks
There is exactly one WordServiceProxy object installed in the farm; it represents the Word Automation Services client that is installed in the farm.
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.