C# 클래스 GladNet.Payload.Authentication.AuthenticationRequest

상속: PacketPayload
파일 보기 프로젝트 열기: HelloKitty/GladNet2

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