IPWorks WebSockets 2020 PHP Edition

Questions / Feedback?

UseSSL Property

Determines if SSL is negotiated with incoming connections.

Object Oriented Interface

public function getUseSSL();
public function setUseSSL($value);

Procedural Interface

ipworksws_websocketproxy_get($res, 34 );
ipworksws_websocketproxy_set($res, 34, $value );

Default Value

false

Remarks

When set to True the class will attempt to negotiate SSL with all connecting clients. To enable SSL support you must supply a valid certificate via the SSLCertStoreType, SSLCertStore, SSLCertStorePassword, and SSLCertSubject properties

The default value is False.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 PHP Edition - Version 20.0 [Build 8155]