Create connections to the ibi™ Patterns - Search Server.


The following tables list the members exposed by NetricsConMgr.

Public Constructors

  Name Description
Public method NetricsConMgr Create a connection manager.
Top

Public Methods

  Name Description
Public method beginWork Create a new transaction connection.
Public method continueWork  
Public method Static DefaultCertificateValidator Ignores server-name mismatches in certificate validation.

This is the ibi™ Patterns - Search .NET API default certificate validator. It bypasses server-name validation. This is because hosts are often specified by IP Address or a host name alias such as 'localhost', instead of an internet-registered host name.

Public method Equals   (inherited from Object)
Public method getCertificateValidator Get the current certificate-validation callback.
Public method GetHashCode   (inherited from Object)
Public method getHost Return the current ibi™ Patterns - Search host machine.
Public method getPort This returns the current ibi™ Patterns - Search listen port.
Public method getSSLEnabled Returns
Public method GetType   (inherited from Object)
Public method isConnectionPoolingCommon Return true if the current connection pooling setting is common mode.
Public method isConnectionPoolingLocal Return true if the current connection pooling setting is local mode.
Public method isDebugOn Return true if the debug setting is turned on.
Public method newConnection Create a new connection.
Public method setCertificateValidator Sets the certificate-validation callback.
Public method setConnectionPoolingCommon Set connection pooling to common mode.
Public method setConnectionPoolingLocal Set connection pooling to local mode.
Public method setConnectionPoolingOff Turn off connection pooling.
Public method setDebugOff Set debug logging off.
Public method setDebugOn Set debug logging on.
Public method setHost Set the ibi™ Patterns - Search host machine.
Public method setNetProtocols Set the network protocols that will be used to connect to the ibi™ Patterns - Search Server.
Public method setPort Set the ibi™ Patterns - Search listen port.
Public method setSSLEnabled Sets the SSL enable flag.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also