IHandledHttpService Interface

Interface that implements communicators that can transfer HTTP protocol and create/parse HTTP requests/responses.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public interface IHandledHttpService

Methods

GetResponseEncoding Returns response encoding.
PrepareRequest Assign resource URI and SOAP action before request.
WaitForHttpResponse Returns true, if data contains complete HTTP response, otherwise returns false.

See Also