Class OrchestratorEndpoint
- Namespace
- Kuestenlogik.Bowire.Security
- Assembly
- Kuestenlogik.Bowire.dll
An endpoint the orchestrated scan can consider.
public sealed record OrchestratorEndpoint : IEquatable<OrchestratorEndpoint>
- Inheritance
-
OrchestratorEndpoint
- Implements
- Inherited Members
Constructors
OrchestratorEndpoint(string, string, string?)
An endpoint the orchestrated scan can consider.
public OrchestratorEndpoint(string EndpointId, string Path, string? Method = null)
Parameters
Properties
EndpointId
public string EndpointId { get; init; }
Property Value
Method
public string? Method { get; init; }
Property Value
Path
public string Path { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out string?)
public void Deconstruct(out string EndpointId, out string Path, out string? Method)
Parameters
Equals(OrchestratorEndpoint?)
public bool Equals(OrchestratorEndpoint? other)
Parameters
otherOrchestratorEndpoint
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(OrchestratorEndpoint?, OrchestratorEndpoint?)
public static bool operator ==(OrchestratorEndpoint? left, OrchestratorEndpoint? right)
Parameters
leftOrchestratorEndpointrightOrchestratorEndpoint
Returns
operator !=(OrchestratorEndpoint?, OrchestratorEndpoint?)
public static bool operator !=(OrchestratorEndpoint? left, OrchestratorEndpoint? right)
Parameters
leftOrchestratorEndpointrightOrchestratorEndpoint