DOFServerConfigBuilderUnsecureTsetSendFilter Method OpenDOF Object Access Library
Set the send filter of the server.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual T setSendFilter(
	DOFOperationFilter sendFilter
)

Parameters

sendFilter
Type: org.opendof.core.oalDOFOperationFilter
The server's send filter.
null
means none.

Return Value

Type: T
The builder.
Remarks

Set the send filter of the server. Server filters only apply to unsecure traffic.
See Also

Reference