Net > Net Assembly Interfaces > INetCommand
Assembly: Net;
The INetCommand interface contains basic properties and methods to work with network resources.
INetCommand
The interface is a result of network resource connection using the INetService.Connect method. To determine additional settings of work with the network resource, INetCommand can be cast to the INetHttpCommand interface.
Property name | Brief description | |
![]() |
Result | The Result property returns request result to network resource. |
Method name | Brief description | |
![]() |
IsReady | The method is under development. |
![]() |
Start | The Start method initializes sending of the request to network resource. |
![]() |
Stop | The Stop method stops request execution to network resource. |
See also: