INetCommand

Assembly: Net;

Description

The INetCommand interface contains basic properties and methods to work with network resources.

Inheritance Hierarchy

INetCommand

Comments

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.

Properties

  Property name Brief description
The Result property returns request result to network resource.

Methods

  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:

Net Assembly Interfaces