C# Класс NuxeoClient.Authorization

Represents the Athorization credentials to be sent on every request to the nuxeo server.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Authorization ( ) : System

Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator).

Authorization ( string username, string password ) : System

Initializes a new instance of basic Authorization.

GenerateAuthorizationParameter ( ) : string

Generates a string with the contents for the HTTP authorization header.

Приватные методы

Метод Описание
Authorization ( System.Methods method, string username, string password ) : System

Initializes a new instance of Authorization.

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

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

Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator).
public Authorization ( ) : System
Результат System

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

Initializes a new instance of basic Authorization.
public Authorization ( string username, string password ) : System
username string The username.
password string The password.
Результат System

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

Generates a string with the contents for the HTTP authorization header.
public GenerateAuthorizationParameter ( ) : string
Результат string