Table of Contents

Class RestInvoker.HttpUtility

Namespace
Geotab.Checkmate.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

Http utility.

public static class RestInvoker.HttpUtility
Inheritance
RestInvoker.HttpUtility
Inherited Members

Methods

UrlEncode(string?)

Encode a URL.

public static string? UrlEncode(string? str)

Parameters

str string

The url.

Returns

string

The encoded url.