beetlex-io / FastHttpApi

a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
Apache License 2.0
650 stars 175 forks source link

Options 选项 AllowCredentials 无法设置 #174

Closed senioi closed 2 years ago

senioi commented 2 years ago

public bool? AllowCredentials { get; set; } image

beetlex-io commented 2 years ago

真没想到不支持这样编写。。。

beetlex-io commented 2 years ago

更新到 2.2.16.1803 属性改成string

senioi commented 2 years ago

大佬有空请更新下BeetleX.FastHttpApi.Hosting 谢谢您

beetlex-io commented 2 years ago

已更新