IHandledHttpServicePrepareRequest Method

Assign resource URI and SOAP action before request.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
void PrepareRequest(
	string localUri,
	string method,
	NameValueCollection headers
)

Parameters

localUri  String
HTTP resource local URI.
method  String
HTTP method used for request.
headers  NameValueCollection
Additional headers added to the request.

See Also