Solclient
| SessionPropertiesPROPERTY Enumeration |
An enum list of Session properties.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| UserName | 0 | UserName | |
| Password | 1 | Password | |
| ClientName | 2 | ClientName | |
| Host | 3 | Host | |
| Port | 4 | Obsolete. Port | |
| SdkBufferSize | 5 | SdkBufferSize | |
| SendBlocking | 7 | SendBlocking | |
| SubscribeBlocking | 8 | SubscribeBlocking | |
| BlockingWriteTimeoutInMsecs | 9 | BlockingWriteTimeoutInMsecs | |
| ConnectTimeoutInMsecs | 10 | ConnectTimeoutInMsecs | |
| IgnoreDuplicateSubscriptionError | 11 | IgnoreDuplicateSubscriptionError | |
| TcpNoDelay | 12 | TcpNoDelay | |
| SocketSendBufferSizeInBytes | 13 | SocketSendBufferSizeInBytes | |
| SocketReceiveBufferSizeInBytes | 14 | SocketReceiveBufferSizeInBytes | |
| KeepAliveIntervalInMsecs | 15 | KeepAliveIntervalInMsecs | |
| KeepAliveIntervalsLimit | 16 | KeepAliveIntervalsLimit | |
| ClientDescription | 17 | ClientDescription | |
| ClientMode | 18 | Obsolete. ClientMode | |
| BindIP | 19 | BindIP | |
| MaxFlowsPerSession | 20 | MaxFlowsPerSession | |
| ADPublishWindowSize | 21 | ADPublishWindowSize | |
| ADPublishAckTimerInMsecs | 22 | ADPublishAckTimerInMsecs | |
| ConnectBlocking | 6 | ConnectBlocking | |
| AckEventMode | 50 | AckEventMode | |
| SSLProtocol | 51 | SSLProtocol | |
| SSLExcludedProtocols | 52 | SSLExcludedProtocols | |
| SSLValidateCertificate | 53 | SSLValidateCertificate | |
| SSLValidateCertificateDate | 54 | SSLValidateCertificateDate | |
| SSLCipherSuites | 55 | SSLCipherSuites | |
| SSLTrustStoreDir | 56 | SSLTrustStoreDir | |
| SSLTrustedCommonNameList | 57 | SSLTrustedCommonNameList | |
| SSLConnectionDowngradeTo | 65 | SSLConnectionDowngradeTo | |
| AuthenticationScheme | 59 | AuthenticationScheme | |
| SSLClientCertificateFile | 60 | SSLClientCertificateFile | |
| SSLClientPrivateKeyFile | 61 | SSLClientPrivateKeyFile | |
| SSLClientPrivateKeyFilePassword | 62 | SSLClientPrivateKeyFilePassword | |
| SubscribeConfirmTimeoutInMsecs | 24 | SubscribeConfirmTimeoutInMsecs | |
| ProvisionTimeoutInMsecs | 40 | ProvisionTimeoutInMsecs | |
| VPNName | 25 | VPNName | |
| VPNNameInUse | 26 | VPNNameInUse | |
| SubscriberLocalPriority | 27 | SubscriberLocalPriority | |
| SubscriberNetworkPriority | 28 | SubscriberNetworkPriority | |
| CompressionLevel | 29 | CompressionLevel | |
| GenerateReceiveTimestamps | 30 | GenerateReceiveTimestamps | |
| GenerateSendTimestamps | 31 | GenerateSendTimestamps | |
| IncludeSenderId | 32 | IncludeSenderId | |
| GenerateSequenceNumber | 33 | GenerateSequenceNumber | |
| ConnectRetries | 34 | ConnectRetries | |
| ReconnectRetries | 35 | ReconnectRetries | |
| ReconnectRetriesWaitInMsecs | 36 | ReconnectRetriesWaitInMsecs | |
| BlockWhileConnecting | 23 | BlockWhileConnecting | |
| UserIdentification | 37 | UserIdentification | |
| P2PInboxInUse | 38 | P2PInboxInUse | |
| ReapplySubscriptions | 39 | ReapplySubscriptions | |
| TopicDispatch | 41 | TopicDispatch | |
| CalculateMessageExpiration | 42 | CalculateMessageExpiration | |
| VirtualRouterName | 43 | VirtualRouterName | |
| ConnectRetriesPerHost | 44 | ConnectRetriesPerHost | |
| NoLocal | 45 | NoLocal | |
| ModifyPropertyTimeoutInMsecs | 49 | ModifyPropertyTimeoutInMsecs | |
| KRBServiceName | 63 | KRBServiceName | |
| GdReconnectFailAction | 64 | GdReconnectFailAction |
See Also