Share via


FrameworkWebServiceProxy Class

The FrameworkWebServiceProxy class is used for building applications through the Web Service interface of the MOM Connector Framework. It can be used instead of the proxy generated by Visual Studio .NET. The FrameworkWebServiceProxy class constructor allows you to specify a URL for the MCF Web Service, which avoids the need to store it as a hard-coded string within the proxy class.

The FrameworkWebServiceProxy class is derived from the FrameworkBase class.

For a list of all members of this type, see FrameworkWebServiceProxy Members.

 public class FrameworkWebServiceProxy : FrameworkBase

Thread Safety

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

Remarks

The FrameworkWebServiceProxy class can be used instead of the proxy generated by Visual Studio .NET. The FrameworkWebServiceProxy class constructor allows you to specify a URL for the MCF Web Service, which avoids the need to store it as a hard-coded string within the proxy class.

The FrameworkWebServiceProxy class is derived from the FrameworkBase class.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector.V2

Assembly: MomConnectorFrameworkV2 (in MomConnectorFrameworkV2.dll)