Initializes a new instance of the ConnectorFrameworkProxy class.

Used to communicate with a specific Operation Manager. A client that uses an object across any kind of remoting boundary is actually using a transparent proxy for the object. The transparent proxy provides the illusion that the actual object resides in the client's space. It achieves this by forwarding calls made on it to the real object by using the remoting infrastructure.

Note
Instances of this class can be run only on machines running Microsoft Windows.

Overload List

Name Description
ConnectorFrameworkProxy (String) Initializes a new instance of the ConnectorFrameworkProxy class, associated by name, by examining the configuration file for the running process and using the specified configuration.
ConnectorFrameworkProxy (Uri) Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings.
ConnectorFrameworkProxy (String, String) Initializes a new instance of the ConnectorFrameworkProxy class, associated by name, by examining the configuration file for the running process and using the specified configuration and language settings.
ConnectorFrameworkProxy (Uri, EndpointIdentity) Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings and using the specified endpoint identity.

See Also


Send comments about this topic to Microsoft.