HttpClientsendRequest Method A Sandcastle Documented Class Library
Handles the sending side of an HTTP request, returning a connection from which the response (or error) can be read.

Namespace: Ontotext.S4.client
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private HttpWebResponse sendRequest(
	string target,
	string method,
	ServiceRequest requestBody,
	WebHeaderCollection extraHeaders
)

Parameters

target
Type: SystemString

[Missing <param name="target"/> documentation for "M:Ontotext.S4.client.HttpClient.sendRequest(System.String,System.String,Ontotext.S4.service.ServiceRequest,System.Net.WebHeaderCollection)"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Ontotext.S4.client.HttpClient.sendRequest(System.String,System.String,Ontotext.S4.service.ServiceRequest,System.Net.WebHeaderCollection)"]

requestBody
Type: Ontotext.S4.serviceServiceRequest

[Missing <param name="requestBody"/> documentation for "M:Ontotext.S4.client.HttpClient.sendRequest(System.String,System.String,Ontotext.S4.service.ServiceRequest,System.Net.WebHeaderCollection)"]

extraHeaders
Type: System.NetWebHeaderCollection

[Missing <param name="extraHeaders"/> documentation for "M:Ontotext.S4.client.HttpClient.sendRequest(System.String,System.String,Ontotext.S4.service.ServiceRequest,System.Net.WebHeaderCollection)"]

Return Value

Type: HttpWebResponse

[Missing <returns> documentation for "M:Ontotext.S4.client.HttpClient.sendRequest(System.String,System.String,Ontotext.S4.service.ServiceRequest,System.Net.WebHeaderCollection)"]

See Also

Reference