Click or drag to resize

IFieldSocket Interface

Manage the socket communication with the AskiaField engine.

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IFieldSocket

The IFieldSocket type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Socket communication address.
Public propertyIsConnected
Indicates if the socket is connected.
Public propertyLastException
Returns the latest exception raised by the socket.
Public propertyPort
Socket communication port.
Top
Methods
  NameDescription
Public methodEncrypt
Encrypt the specified string using the socket encryption algorithm.
Public methodSendQuery
Send a query through the socket.
Top
See Also