HttpClientreadResponseOrErrorT Method (HttpWebResponse, T, Boolean) A Sandcastle Documented Class Library
Read a response or error message from the given connection, handling any 303 redirect responses if
followRedirects
is true.

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

private T readResponseOrError<T>(
	HttpWebResponse connection,
	T responseType,
	bool followRedirects
)

Parameters

connection
Type: System.NetHttpWebResponse

[Missing <param name="connection"/> documentation for "M:Ontotext.S4.client.HttpClient.readResponseOrError``1(System.Net.HttpWebResponse,``0,System.Boolean)"]

responseType
Type: T

[Missing <param name="responseType"/> documentation for "M:Ontotext.S4.client.HttpClient.readResponseOrError``1(System.Net.HttpWebResponse,``0,System.Boolean)"]

followRedirects
Type: SystemBoolean

[Missing <param name="followRedirects"/> documentation for "M:Ontotext.S4.client.HttpClient.readResponseOrError``1(System.Net.HttpWebResponse,``0,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Ontotext.S4.client.HttpClient.readResponseOrError``1(System.Net.HttpWebResponse,``0,System.Boolean)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Ontotext.S4.client.HttpClient.readResponseOrError``1(System.Net.HttpWebResponse,``0,System.Boolean)"]

See Also

Reference