Click or drag to resize

SocketInterceptorConfig Methods

The SocketInterceptorConfig type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetClassName
Returns the name of the ISocketInterceptor implementation class
Public methodGetHashCode (Inherited from Object.)
Public methodGetImplementation
Returns the ISocketInterceptor implementation object
Public methodGetProperties
Gets all properties.
Public methodGetProperty
Gets a property.
Public methodGetType (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