Class ConnectedClient
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
ConnectionInfo
Gets or sets the client connection information.
public ConnectionInfo ConnectionInfo { get; set; }
Property Value
Sink
Gets or sets the media sink associated with this client.
public IMediaSink Sink { get; set; }
Property Value
Methods
Stop()
Forcibly disconnects the current client session by stopping the associated sink.
public void Stop()