SocketInterceptorConfigSetClassName Method Hazelcast .Net Client Class Library
Sets the name for the ISocketInterceptor implementation class

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

public virtual SocketInterceptorConfig SetClassName(
	string className
)

Parameters

className
Type: SystemString
the name of the ISocketInterceptor implementation class to set

Return Value

Type: SocketInterceptorConfig
this SocketInterceptorConfig instance
See Also

Reference