SocketInterceptorConfig ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigSocketInterceptorConfig

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
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 a hash function for a particular type.
(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 (Overrides ObjectToString.)
Top
See Also

Reference