C# 클래스 Google.SafeBrowsing.Example.Program

파일 보기 프로젝트 열기: OndrejStastny/Google-Safe-Browsing-API-2.0-C-

공개 메소드들

메소드 설명
GetFullLengthHash ( ) : void
GetMalwareDataChunks ( ) : void
PrintAvailableLists ( ) : void
Program ( string apiKey, IChunkRepository chunkRepositiory ) : System

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

GetFullLengthHash() 공개 메소드

public GetFullLengthHash ( ) : void
리턴 void

GetMalwareDataChunks() 공개 메소드

public GetMalwareDataChunks ( ) : void
리턴 void

PrintAvailableLists() 공개 메소드

public PrintAvailableLists ( ) : void
리턴 void

Program() 공개 메소드

public Program ( string apiKey, IChunkRepository chunkRepositiory ) : System
apiKey string
chunkRepositiory IChunkRepository
리턴 System