LocalClient Property
The LocalClient property of the DspAdapter class gets or sets a Boolean value that specifies whether the client is a server component that loads the adapter through the object model interface of the adapter.
Property Value
true if the client is a server component that loads the adapter through the object model interface. The default value is false, indicating that the request arrives through SOAP.
Remarks
Setting the value of the LocalClient property to true enforces that all object model input is validated before the query is processed. For a server component that directly loads the adapter DLLs, set this property to true.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security