SocketInterceptorConfig Class | 
Namespace: Hazelcast.Config
The SocketInterceptorConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| SocketInterceptorConfig | Initializes a new instance of the SocketInterceptorConfig class  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetClassName | 
                Returns the name of the
                ISocketInterceptor
                implementation class
              | |
| GetHashCode | Serves as the default hash function.  (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 | Returns a string that represents the current object.  (Overrides ObjectToString.) |