EndpointRouteBuilderExtensionsMapDnsOverHttps(IEndpointRouteBuilder, String, EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate) Method
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public static IEndpointConventionBuilder MapDnsOverHttps(
this IEndpointRouteBuilder endpoints,
string pattern,
EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate handler
)
<ExtensionAttribute>
Public Shared Function MapDnsOverHttps (
endpoints As IEndpointRouteBuilder,
pattern As String,
handler As EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate
) As IEndpointConventionBuilder
public:
[ExtensionAttribute]
static IEndpointConventionBuilder^ MapDnsOverHttps(
IEndpointRouteBuilder^ endpoints,
String^ pattern,
EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate^ handler
)
[<ExtensionAttribute>]
static member MapDnsOverHttps :
endpoints : IEndpointRouteBuilder *
pattern : string *
handler : EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate -> IEndpointConventionBuilder
- endpoints IEndpointRouteBuilder
-
- pattern String
-
- handler EndpointRouteBuilderExtensionsDnsHttpsRequestDelegate
-
IEndpointConventionBuilderIn Visual Basic and C#, you can call this method as an instance method on any object of type
IEndpointRouteBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).