Class ProtoApplicationTarget

Namespace
ProtoTest.Http
Assembly
ProtoTest.Http.dll

Records which application a registered HTTP target (client) belongs to, so collectors and other services can resolve the target's application without a separate client configuration section.

public sealed record ProtoApplicationTarget : IEquatable<ProtoApplicationTarget>
Inheritance
ProtoApplicationTarget
Implements
Inherited Members
Extension Methods

Constructors

ProtoApplicationTarget(string, string)

Records which application a registered HTTP target (client) belongs to, so collectors and other services can resolve the target's application without a separate client configuration section.

public ProtoApplicationTarget(string TargetName, string Application)

Parameters

TargetName string
Application string

Properties

Application

public string Application { get; init; }

Property Value

string

TargetName

public string TargetName { get; init; }

Property Value

string