Click or drag to resize
Accord.NET (logo)

Boundary Constructor (String)

Creates instance using a string as boundary for e.g. multipart streams

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public Boundary(
	string boundary
)
Request Example View Source

Parameters

boundary
Type: SystemString
Boundary string
See Also