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.
Property name | Brief description | |
The Url property determines URL of network resource. |
Method name | Brief description | |
The Connect method connects to the network resource and returns context to communicate with it. |
See also: