SessionProperties.SSLProtocol Property

Solclient

SessionPropertiesSSLProtocol Property
version: 7.2.1.27

Note: This API is now obsolete.

This property is deprecated.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("SSLProtocol is deprecated, please use SSLExcludedProtocols instead", 
	false)]
public string SSLProtocol { get; set; }
<ObsoleteAttribute("SSLProtocol is deprecated, please use SSLExcludedProtocols instead", 
	false)>
Public Property SSLProtocol As String
	Get
	Set
public:
[ObsoleteAttribute(L"SSLProtocol is deprecated, please use SSLExcludedProtocols instead", 
	false)]
property String^ SSLProtocol {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also