Table of Contents

Interface IRestResource

Namespace
Mailtrap.Core.Rest
Assembly
Mailtrap.Abstractions.dll

Generic interface for REST resource

public interface IRestResource

Properties

ResourceUri

Gets resource absolute URI.

Uri ResourceUri { get; }

Property Value

Uri

Absolute URI of the resource.