INetHttpService

Assembly: Net;

Description

The INetHttpService interface contains properties and methods that are used to work with network resources using HTTP/HTTPS protocol.

Inheritance Hierarchy

          INetService

          INetHttpService

Comments

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:

If services are available via the HTTPS protocol, use security certificate in the PEM format:

Properties

  Property name Brief description
The Url property determines URL of network resource.

Methods inherited from INetService

  Method name Brief description
The Connect method connects to the network resource and returns context to communicate with it.

See also:

Net Assembly Interfaces