The SocketInterceptorConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetClassName |
Returns the name of the
ISocketInterceptor
implementation class
| |
GetHashCode | Serves as a hash function for a particular type. (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 | (Overrides ObjectToString.) |
See Also