C# Class GladNet.Payload.Authentication.AuthenticationRequest

Inheritance: PacketPayload
Exibir arquivo Open project: HelloKitty/GladNet2

Private Properties

Property Type Description

Public Methods

Method Description
AuthenticationRequest ( string userName, string password ) : System

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

Protected Methods

Method Description
AuthenticationRequest ( ) : System

Protected serialization ctor.

Method Details

AuthenticationRequest() protected method

Protected serialization ctor.
protected AuthenticationRequest ( ) : System
return System

AuthenticationRequest() public method

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.
return System