IHttpRequestSetContent Method |
Set the data in the request stream
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void SetContent(
Action<IStreamWriter> writer,
string contentType = null
)
Sub SetContent (
writer As Action(Of IStreamWriter),
Optional contentType As String = Nothing
)
Parameters
- writer
- Type: SystemActionIStreamWriter
- contentType (Optional)
- Type: SystemString
See Also