C# Класс D2L.Extensibility.AuthSdk.HostSpec

Provides a convenient way of storing and passing server connection information to the library
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HostSpec ( string scheme, string host, int port ) : System

Constructs a HostSpec with the provided parameters

ToUriBuilder ( ) : UriBuilder

Returns a UriBuilder for the HostSpec

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

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

Constructs a HostSpec with the provided parameters
public HostSpec ( string scheme, string host, int port ) : System
scheme string The scheme used for communicating with the server (http, https, etc.)
host string The host name of the server
port int The port to communicate with the server on
Результат System

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

Returns a UriBuilder for the HostSpec
public ToUriBuilder ( ) : UriBuilder
Результат System.UriBuilder