Class NullWebClientInfoProvider
Inheritance
NullWebClientInfoProvider
Assembly: Volo.Abp.AspNetCore.Abstractions.dll
Syntax
public class NullWebClientInfoProvider : IWebClientInfoProvider
Constructors
NullWebClientInfoProvider()
Declaration
public NullWebClientInfoProvider()
Properties
BrowserInfo
Declaration
public virtual string? BrowserInfo { get; }
Property Value
ClientIpAddress
Declaration
public virtual string? ClientIpAddress { get; }
Property Value
DeviceInfo
Declaration
public virtual string? DeviceInfo { get; }
Property Value
Implements
Extension Methods