C# 클래스 Soloco.RealTimeWeb.Membership.Messages.Clients.ValidateClientResult

상속: Result
파일 보기 프로젝트 열기: tim-cools/RealTimeWeb.NET 1 사용 예제들

공개 메소드들

메소드 설명
Failed ( ) : ValidateClientResult
ValidateClientResult ( bool succeeded, System.Guid id = default(Guid), string name = null, string allowedOrigin = null, string redirectUri = null ) : System

비공개 메소드들

메소드 설명
ValidateClientResult ( string errors ) : System

메소드 상세

Failed() 공개 정적인 메소드

public static Failed ( ) : ValidateClientResult
리턴 ValidateClientResult

ValidateClientResult() 공개 메소드

public ValidateClientResult ( bool succeeded, System.Guid id = default(Guid), string name = null, string allowedOrigin = null, string redirectUri = null ) : System
succeeded bool
id System.Guid
name string
allowedOrigin string
redirectUri string
리턴 System