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 | |
The Result property returns request result to network resource. |
Method name | Brief description | |
The method is under development. | ||
The Start method initializes sending of the request to network resource. | ||
The Stop method stops request execution to network resource. |
See also: