C# Class GladNet.Payload.Authentication.AuthenticationRequest

Inheritance: PacketPayload
Afficher le fichier Open project: HelloKitty/GladNet2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticationRequest ( string userName, string password ) : System

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

Méthodes protégées

Méthode Description
AuthenticationRequest ( ) : System

Protected serialization ctor.

Method Details

AuthenticationRequest() protected méthode

Protected serialization ctor.
protected AuthenticationRequest ( ) : System
Résultat System

AuthenticationRequest() public méthode

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.
Résultat System