C# 클래스 NeoSmart.Web.Utils

파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
ByteToHex ( byte bytes ) : string
EncodeStringDictionary ( string>.IDictionary dictionary ) : string
GetClientIpAddress ( System.Web.HttpRequestBase request, string &remote ) : bool

비공개 메소드들

메소드 설명
IsPrivateIpAddress ( string ipAddress ) : bool

메소드 상세

ByteToHex() 공개 정적인 메소드

public static ByteToHex ( byte bytes ) : string
bytes byte
리턴 string

EncodeStringDictionary() 공개 정적인 메소드

public static EncodeStringDictionary ( string>.IDictionary dictionary ) : string
dictionary string>.IDictionary
리턴 string

GetClientIpAddress() 공개 정적인 메소드

public static GetClientIpAddress ( System.Web.HttpRequestBase request, string &remote ) : bool
request System.Web.HttpRequestBase
remote string
리턴 bool