Assembly: Net;
Namespace: None;
The INetHttpService interface contains properties and methods to work with network resources using HTTP protocol.
INetHttpService
The interface enables connecting and working with various web servers and services using HTTP-protocol using SOAP-requests. To create connection to network resources, follow the steps:
Create instance of the NetHttpService class.
For obtained object, in the Url property set network resource URL.
Run the Connect method for connection. The method result will be context to work with network resource using SOAP requests.
See also: