Click or drag to resize

RelaxISRemoteWCFProxy Class

The proxy used to communicate with the RelaxIS Remote WCF Node.
Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseIRelaxISRemoteWCF
    RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCFRelaxISRemoteWCFProxy

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCF
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class RelaxISRemoteWCFProxy : ClientBase<IRelaxISRemoteWCF>, 
	IRelaxISRemoteWCF

The RelaxISRemoteWCFProxy type exposes the following members.

Constructors
 NameDescription
Public methodRelaxISRemoteWCFProxy Initializes a new RelaxISWCFProxy object
Top
Methods
 NameDescription
Public methodAddJob This method adds a job to the evaluation queue in the active RelaxIS Remote WCF Node.
Public methodStatic memberGetDefaultBinding This method returns a working NetTcpBinding object with the correct options set to communicate with the RelaxIS Remote WCF node.
Public methodStatic memberGetDefaultProxy This method creates a RelaxISRemoteWCFProxy object with the correct settings used to communicate with the RelaxIS Remote WCF node.
Top
Remarks
You can create a working proxy using the GetDefaultBinding or GetDefaultProxy methods.
See Also