HttpClientpostT Method A Sandcastle Documented Class Library

[Missing <summary> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

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

public T post<T>(
	string target,
	T responseType,
	ServiceRequest requestBody
)

Parameters

target
Type: SystemString

[Missing <param name="target"/> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

responseType
Type: T

[Missing <param name="responseType"/> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

requestBody
Type: Ontotext.S4.serviceServiceRequest

[Missing <param name="requestBody"/> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Ontotext.S4.client.HttpClient.post``1(System.String,``0,Ontotext.S4.service.ServiceRequest)"]

See Also

Reference