Solclient
SessionPropertiesClientMode Property |
Note: This API is now obsolete.
Set to true to enable client mode. Client mode uses a single TCP connection to the appliance
for both publisher and subscriber channels. To use this mode, the appliance requires a Topic Routing Blade.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("Setting this property has no effect; Client mode is automatically detected")] public bool ClientMode { get; set; }
<ObsoleteAttribute("Setting this property has no effect; Client mode is automatically detected")> Public Property ClientMode As Boolean Get Set
public: [ObsoleteAttribute(L"Setting this property has no effect; Client mode is automatically detected")] property bool ClientMode { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also