Table of Contents

Class ConnectedClient

Namespace
VAST.Network
Assembly
VAST.Network.dll

Represents a connected client session associated with a VAST.Network.ConnectedClient.PublishingPoint.

public sealed class ConnectedClient
Inheritance
ConnectedClient
Inherited Members

Properties

ClientType

Gets the type of the client.

public ClientType ClientType { get; }

Property Value

ClientType

ConnectionInfo

Gets or sets the client connection information.

public ConnectionInfo ConnectionInfo { get; set; }

Property Value

ConnectionInfo

Sink

Gets or sets the media sink associated with this client.

public IMediaSink Sink { get; set; }

Property Value

IMediaSink

Methods

Stop()

Forcibly disconnects the current client session by stopping the associated sink.

public void Stop()