C# 클래스 cloudscribe.Core.IdentityServer.EFCore.Services.CorsPolicyService

상속: ICorsPolicyService
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
CorsPolicyService ( IConfigurationDbContext context ) : System
IsOriginAllowedAsync ( string origin ) : Task

메소드 상세

CorsPolicyService() 공개 메소드

public CorsPolicyService ( IConfigurationDbContext context ) : System
context IConfigurationDbContext
리턴 System

IsOriginAllowedAsync() 공개 메소드

public IsOriginAllowedAsync ( string origin ) : Task
origin string
리턴 Task