C# 클래스 NSoft.NFramework.Licensing.SntpClient

SNTP (Simple Network Time Protocol) Client입니다.
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
BeginGetDate ( Action getTime, System.Action failure ) : void
SntpClient ( string hosts ) : System

비공개 메소드들

메소드 설명
ComputeDate ( ulong msec ) : System.DateTime
EndGetHostAddress ( IAsyncResult asyncResult ) : void
EndReceive ( IAsyncResult ar ) : void
EndSend ( IAsyncResult ar ) : void
GetIsServerMode ( byte sntpData ) : bool
GetMilliSeconds ( byte sntpData, byte offset ) : ulong
GetTransmitTimestamp ( byte sntpData ) : System.DateTime
IsResponseValid ( byte sntpData ) : bool
MaybeOperationTimeout ( object state, bool timedOut ) : void
RegisterWaitForTimeout ( State newState, IAsyncResult result ) : void

메소드 상세

BeginGetDate() 공개 메소드

public BeginGetDate ( Action getTime, System.Action failure ) : void
getTime Action
failure System.Action
리턴 void

SntpClient() 공개 메소드

public SntpClient ( string hosts ) : System
hosts string
리턴 System