Table of Contents

Class MjpegServerParameters

Namespace
VAST.Image.JPEG
Assembly
VAST.Image.dll

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

string

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

obj MjpegServerParameters

The parameters to compare with.

Returns

bool

true if the parameters are equal; otherwise, false.