Click or drag to resize

ISocketRequest Interface

Request to send to the AskiaField communication socket (IFieldSocket).

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

The ISocketRequest type exposes the following members.

Properties
  NameDescription
Public propertyArguments
List the arguments that will be send in the socket.
Public propertyCommand
Command to send in the socket.
Top
See Also