Click or drag to resize
IHttpRequestSetContent Method
Set the data in the request stream

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
void SetContent(
	Action<IStreamWriter> writer,
	string contentType = null
)

Parameters

writer
Type: SystemActionIStreamWriter
contentType (Optional)
Type: SystemString
See Also