Inheritance Hierarchy
Hazelcast.ConfigSocketInterceptorConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax
The SocketInterceptorConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocketInterceptorConfig | Initializes a new instance of the SocketInterceptorConfig class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetClassName |
Returns the name of the
ISocketInterceptor
implementation class
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImplementation |
Returns the
ISocketInterceptor
implementation object
| |
GetProperties | Gets all properties. | |
GetProperty | Gets a property. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEnabled | Returns if this configuration is enabled | |
SetClassName |
Sets the name for the
ISocketInterceptor
implementation class
| |
SetEnabled | Enables and disables this configuration | |
SetImplementation |
Sets the
ISocketInterceptor
implementation object
| |
SetProperties | Sets the properties. | |
SetProperty | Sets a property. | |
ToString | (Overrides ObjectToString.) |
See Also