Encog 1.1 for DotNet
FormUtility Constructor (os, boundary)
NamespacesEncog.Bot.HTMLFormUtilityFormUtility(Stream, String)
Prepare to access either a regular, or multipart, form.
Declaration Syntax
C#Visual BasicVisual C++
public FormUtility(
	Stream os,
	string boundary
)
Public Sub New ( _
	os As Stream, _
	boundary As String _
)
public:
FormUtility(
	Stream^ os, 
	String^ boundary
)
Parameters
os (Stream)
The stream to output to.
boundary (String)
The boundary to be used, or null if this is not a multipart form.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)