Table of Contents

Interface IHasConnectionId

Namespace
Vonage.Common.Client.Builders
Assembly
Vonage.dll

Indicates a request has a connection Id.

public interface IHasConnectionId

Properties

ConnectionId

The connection Id.

string ConnectionId { get; }

Property Value

string