Alloy.Business.Channels.WebChannel.IsActive C# (CSharp) 메소드

IsActive() 공개 메소드

public IsActive ( System.Web.HttpContextBase context ) : bool
context System.Web.HttpContextBase
리턴 bool
        public override bool IsActive(HttpContextBase context)
        {
            return !context.Request.Browser.IsMobileDevice;
        }
WebChannel