API reference
Property Scheme
- Namespace
- DisCatSharp.Hosting.AspNetCore
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Scheme
Gets or sets the URI scheme used to build the internal listen address.
public string Scheme { get; set; }
Property Value
Remarks
This affects the private listener URL only. HTTPS termination can still happen upstream when BaseUrl points to an external TLS endpoint.