Class TsHttpServerParameters
Represents parameters for configuring a VAST.TS.TsHttpServer.
public class TsHttpServerParameters
- Inheritance
-
TsHttpServerParameters
- Inherited Members
Constructors
TsHttpServerParameters()
public TsHttpServerParameters()
Properties
TsHttpPath
Gets or sets the path relative to the root HTTP server path to resolve requests as TS over HTTP.
public string TsHttpPath { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of this TsHttpServerParameters instance.
public TsHttpServerParameters Clone()
Returns
- TsHttpServerParameters
A new TsHttpServerParameters instance with the same property values.
Equals(TsHttpServerParameters)
Determines whether the specified TsHttpServerParameters is equal to the current instance.
public bool Equals(TsHttpServerParameters obj)
Parameters
objTsHttpServerParametersThe TsHttpServerParameters to compare with the current instance.
Returns
- bool
trueif the specified object is equal to the current instance; otherwise,false.