C# 클래스 FiftyOne.Foundation.Mobile.Redirection.Azure.RequestRecord

A sub class which breaks the unique key of the request record into a partition key and a row key.
상속: Redirection.RequestRecord
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
RequestRecord ( HttpRequest request ) : System

If the IP address is IPv4 (4 bytes) then use the ip address as the high order bytes of the value and the hashcode as the low order bytes. If the IP address is IPv6 (8 bytes) then covert the bytes to a 64 bit integer. If anything else which we can't imagine use a hashcode of the string value.

메소드 상세

RequestRecord() 보호된 메소드

If the IP address is IPv4 (4 bytes) then use the ip address as the high order bytes of the value and the hashcode as the low order bytes. If the IP address is IPv6 (8 bytes) then covert the bytes to a 64 bit integer. If anything else which we can't imagine use a hashcode of the string value.
protected RequestRecord ( HttpRequest request ) : System
request System.Web.HttpRequest
리턴 System