C# 클래스 Mindscape.Raygun4Net.HttpRequestExtensions

파일 보기 프로젝트 열기: MindscapeHQ/raygun4net

공개 메소드들

메소드 설명
IsLocal ( this req ) : bool

Returns true if the IP address of the request originator was 127.0.0.1 or if the IP address of the request was the same as the server's IP address.

Credit to Filip W for the initial implementation of this method. See http://www.strathweb.com/2016/04/request-islocal-in-asp-net-core/

메소드 상세

IsLocal() 공개 정적인 메소드

Returns true if the IP address of the request originator was 127.0.0.1 or if the IP address of the request was the same as the server's IP address.
Credit to Filip W for the initial implementation of this method. See http://www.strathweb.com/2016/04/request-islocal-in-asp-net-core/
public static IsLocal ( this req ) : bool
req this
리턴 bool