C# 클래스 Udger.Parser.UdgerParser

파일 보기 프로젝트 열기: udger/udger-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
SetDataDir ( string dataDir ) : void

Set the data directory

SetDataDir ( string dataDir, string fileName ) : void

Set the data directory

UdgerParser ( ) : System

Constructor

parse ( ) : void

Parse the useragent string and/or ip address ///

비공개 메소드들

메소드 설명
AddrToInt ( string addr ) : long
ConvertToDateTime ( string value ) : System.DateTime
ConvertToStr ( object value ) : string
getIPAddressVersion ( string _ip, string &_retIp ) : int
parseIP ( string _ip ) : void
parseUA ( string _userAgent ) : void
prepareClientRegex ( DataRow _row, System _match, int &_clienId, int &_clientClassId ) : void
prepareCrawler ( DataRow _row ) : void
prepareDevice ( DataRow _row, int &_deviceClassId ) : void
prepareIp ( DataRow _row ) : void
prepareIpDataCenter ( DataRow _row ) : void
prepareOs ( DataRow _row, int &_osId ) : void

메소드 상세

SetDataDir() 공개 메소드

Set the data directory
public SetDataDir ( string dataDir ) : void
dataDir string string path cache directory
리턴 void

SetDataDir() 공개 메소드

Set the data directory
public SetDataDir ( string dataDir, string fileName ) : void
dataDir string string path cache directory
fileName string string path cache directory
리턴 void

UdgerParser() 공개 메소드

Constructor
public UdgerParser ( ) : System
리턴 System

parse() 공개 메소드

Parse the useragent string and/or ip address ///
public parse ( ) : void
리턴 void