Table of Contents

Namespace Cuemon.Net

Assembly: Cuemon.Net.dll

Work with HTTP and SMTP protocols through a simple programming interface. Use this namespace when you need to work with URI encoding, query strings, or protocol-level conversions. Start with UrlEncode on IDecorator<String> for encoding URI components, or ToQueryString for building query strings from name-value collections.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Complements: System.Net namespace

Extension Members

Type Ext Methods
IDecorator<Byte[]> ⬇️ ToStream, UrlEncode
IDecorator ⬇️ ToStream, UrlEncode, UrlDecode, ToQueryString

Classes

ByteArrayDecoratorExtensions

Extension methods for the byte[] hidden behind the IDecorator<T> interface.

QueryStringCollection

Provides a collection of string values that is equivalent to a query string of an Uri. Implements the NameValueCollection

StringDecoratorExtensions

Extension methods for the string class hidden behind the IDecorator<T> interface.

Enums

FieldValueSeparator

Specifies a range of key-value separators.