Hunny Software Library Reference

MediaType.ParameterAt Method 

Gets the parameter at the specified position.

[Visual Basic]
Public Function ParameterAt( _
   ByVal index As Integer _
) As Parameter
[C#]
public Parameter ParameterAt(
   int index
);

Parameters

index
position of the Parameter object to get (0 <= index < NumParameters)

Return Value

Parameter object at the specified position

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

MediaType Class | Hunny.Mime Namespace