Class ProtocolHandler
public sealed record ProtocolHandler : IEquatable<ProtocolHandler>
- Inheritance
-
ProtocolHandler
- Implements
- Inherited Members
Constructors
ProtocolHandler(string, string)
public ProtocolHandler(string Protocol, string Url)
Parameters
Properties
Protocol
public string Protocol { get; init; }
Property Value
Url
public string Url { get; init; }