C# Класс Nexus.Client.ModManagement.NexusUrl

Represents an NXM url.
This is a convenice class that parses out parts of the URL that are of interest.
Наследование: System.Uri
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NexusUrl ( Uri p_uriUrl ) : System

A simple constructor that initializes the object with the given values.

Описание методов

NexusUrl() публичный Метод

A simple constructor that initializes the object with the given values.
Thrown if the given URI's scheme is not NXM.
public NexusUrl ( Uri p_uriUrl ) : System
p_uriUrl System.Uri The NXM URL.
Результат System