Class ProtoApplicationTargets

Namespace
ProtoTest.Http
Assembly
ProtoTest.Http.dll

Resolves the application a registered target belongs to.

public static class ProtoApplicationTargets
Inheritance
ProtoApplicationTargets
Inherited Members

Methods

ResolveApplication(string, IEnumerable<ProtoApplicationTarget>?)

Returns the application registered for targetName, or the target name itself.

public static string ResolveApplication(string targetName, IEnumerable<ProtoApplicationTarget>? targets)

Parameters

targetName string
targets IEnumerable<ProtoApplicationTarget>

Returns

string