C# 클래스 Ada.Questions.SeApiAccessor

파일 보기 프로젝트 열기: yvettec/Dupes

공개 메소드들

메소드 설명
GetQuestion ( uint questioId ) : QuestionMin
Search ( string title, IEnumerable tags = null ) : Ada.Questions.QuestionMin[]

비공개 메소드들

메소드 설명
GZipDecompress ( byte data ) : byte[]
SendReq ( string url ) : string

메소드 상세

GetQuestion() 공개 정적인 메소드

public static GetQuestion ( uint questioId ) : QuestionMin
questioId uint
리턴 QuestionMin

Search() 공개 정적인 메소드

public static Search ( string title, IEnumerable tags = null ) : Ada.Questions.QuestionMin[]
title string
tags IEnumerable
리턴 Ada.Questions.QuestionMin[]