Class MjpegServerParameters
Contains configuration parameters for an MJPEG server instance.
public class MjpegServerParameters
- Inheritance
-
MjpegServerParameters
- Inherited Members
Constructors
MjpegServerParameters()
public MjpegServerParameters()
Properties
MjpegPath
Gets or sets the path relative to a root HTTP server path to resolve request as MJPEG.
public string MjpegPath { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of the current parameters.
public MjpegServerParameters Clone()
Returns
- MjpegServerParameters
A new MjpegServerParameters instance with the same values.
Equals(MjpegServerParameters)
Determines whether the specified parameters are equal to the current parameters.
public bool Equals(MjpegServerParameters obj)
Parameters
objMjpegServerParametersThe parameters to compare with.
Returns
- bool
trueif the parameters are equal; otherwise,false.