Table of Contents

Class CreatedPublishingPointParameters

Namespace
VAST.Network
Assembly
VAST.Network.dll

Contains output parameters returned after a publishing point has been created, such as the actual publishing path and additional URI parameters.

public class CreatedPublishingPointParameters
Inheritance
CreatedPublishingPointParameters
Inherited Members

Constructors

CreatedPublishingPointParameters()

public CreatedPublishingPointParameters()

Properties

ActualPublishingPath

Gets or sets the actual publishing path of the created publishing point.

public string ActualPublishingPath { get; set; }

Property Value

string

AdditionalUriParameters

Gets or sets additional URI parameters which must persist in a sink's protocol specific URI.

public string AdditionalUriParameters { get; set; }

Property Value

string