Table of Contents

Field TransportName

Namespace
MailFathom.Infrastructure.SensitiveContent.PersonalData
Assembly
MailFathom.Infrastructure.dll

The name of the outbound client every call to the analyzer is made through.

public const string TransportName = "personal-data-analyzer"

Returns

string
The name of the outbound client every call to the analyzer is made through.

Remarks

Declared on this type rather than on either of its two consumers, because the scanner and the startup probe reach one analyzer under one set of bounds and a name on one of them would leave the other reading a string it does not own. CreateClient with an unregistered name answers with an unbounded client rather than failing, so the agreement between the registration and both call sites has to be a compile-time one.