Table of Contents

Constructor DiscordSignedLink

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Initializes a new instance of the Uri class with the specified URI for signed discord links.

public DiscordSignedLink(Uri uri)

Parameters

uri Uri

An Uri.

Initializes a new instance of the Uri class with the specified URI for signed discord links.

public DiscordSignedLink(string uriString)

Parameters

uriString string

A string that identifies the resource to be represented by the Uri instance.