Table of Contents

Interface IHasSessionId

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

Indicates a request has a SessionId.

public interface IHasSessionId

Properties

SessionId

The session Id.

string SessionId { get; }

Property Value

string