C# Класс GladNet.Payload.Authentication.AuthenticationRequest

Наследование: PacketPayload
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
AuthenticationRequest ( string userName, string password ) : System

Creates a new wire-ready authentication request viable for most authentication frameworks/specs.

Защищенные методы

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

Protected serialization ctor.

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

AuthenticationRequest() защищенный Метод

Protected serialization ctor.
protected AuthenticationRequest ( ) : System
Результат System

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

Creates a new wire-ready authentication request viable for most authentication frameworks/specs.
public AuthenticationRequest ( string userName, string password ) : System
userName string The username credential to use.
password string The password credential to use.
Результат System