Hunny Software Library Reference

MediaType.Boundary Property

Gets or sets the value of the boundary parameter.

[Visual Basic]
Public Property Boundary As String
[C#]
public string Boundary {get; set;}

Property Value

The value of the boundary parameter.

Remarks

The boundary parameter is required if the primary type is multipart. If there is no boundary parameter, this property returns an empty string.

This property is a convenience property that searches the list of Parameter objects.

See Also

MediaType Class | Hunny.Mime Namespace