Table of Contents

Class TsHttpServerParameters

Namespace
VAST.TS
Assembly
VAST.TS.dll

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

string

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

obj TsHttpServerParameters

The TsHttpServerParameters to compare with the current instance.

Returns

bool

true if the specified object is equal to the current instance; otherwise, false.