Namespace: OpenEdge.Net.ServerConnection
Class
ClientSocketConnectionParameters
Parent classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Core.ServerConnection.IConnectionParameters

File:ClientSocketConnectionParameters
Purpose:Connection parameters for a client socket connection
Author(s):pjudge
Created:Tue Nov 25 09:51:13 EST 2014




Method Summary
Options Name Purpose
CHARACTER GetConnectionString ()
CHARACTER GetConnectionString (character)
CHARACTER GetConnectionString (FormatMaskEnum)

Constructor Summary
Options Name Purpose
ClientSocketConnectionParameters ()
ClientSocketConnectionParameters (URI)

Property Summary
Options Name Purpose
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask
CHARACTER SslCiphers /** (optional) An array of SSL ciphers for this connection to use */
CHARACTER SslProtocols /** (optional) An array of SSL protocols for this connection to use */
OpenEdge.Net.URI URI
LOGICAL VerifyHost /** Determines whether the client connection should verify the host certificate for SSL */


Method Detail
Top

CHARACTER GetConnectionString ()

Returns CHARACTER
Top

CHARACTER GetConnectionString (character)

Parameters:
pcFormatMask CHARACTER
Returns CHARACTER
Top

CHARACTER GetConnectionString (FormatMaskEnum)

Parameters:
poFormatMask OpenEdge.Core.ServerConnection.FormatMaskEnum
Returns CHARACTER


Constructor Detail
Top

ClientSocketConnectionParameters ()

Top

ClientSocketConnectionParameters (URI)

Parameters:
poURI OpenEdge.Net.URI


Property Detail
Top

OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask

Returns OpenEdge.Core.ServerConnection.FormatMaskEnum
Top

CHARACTER SslCiphers

Purpose: (optional) An array of SSL ciphers for this connection to use
Returns CHARACTER
Top

CHARACTER SslProtocols

Purpose: (optional) An array of SSL protocols for this connection to use
Returns CHARACTER
Top

OpenEdge.Net.URI URI

Returns OpenEdge.Net.URI
Top

LOGICAL VerifyHost

Purpose: Determines whether the client connection should verify the host
certificate for SSL
Returns LOGICAL


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7