Click or drag to resize

SocketInterceptorConfig Class

Contains the configuration for interceptor socket.
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigSocketInterceptorConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class SocketInterceptorConfig

The SocketInterceptorConfig type exposes the following members.

Constructors
  NameDescription
Public methodSocketInterceptorConfig
Initializes a new instance of the SocketInterceptorConfig class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClassName
Returns the name of the ISocketInterceptor implementation class
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImplementation
Returns the ISocketInterceptor implementation object
Public methodGetProperties
Gets all properties.
Public methodGetProperty
Gets a property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled
Returns if this configuration is enabled
Public methodSetClassName
Sets the name for the ISocketInterceptor implementation class
Public methodSetEnabled
Enables and disables this configuration
Public methodSetImplementation
Sets the ISocketInterceptor implementation object
Public methodSetProperties
Sets the properties.
Public methodSetProperty
Sets a property.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also