HttpClientreadResponseOrErrorForUpdateT Method A Sandcastle Documented Class Library
Read a response or error message from the given connection, and update the state of the given object.

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

private void readResponseOrErrorForUpdate<T>(
	HttpWebResponse connection,
	T responseObject
)

Parameters

connection
Type: System.NetHttpWebResponse

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

responseObject
Type: T

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

Type Parameters

T

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

See Also

Reference